function TableDragExampleRootLeafForm::create

File

modules/tabledrag_example/src/Form/TableDragExampleRootLeafForm.php, line 40

Class

TableDragExampleRootLeafForm
Example form with a table with draggable items.

Namespace

Drupal\tabledrag_example\Form

Code

public static function create(ContainerInterface $container) {
  return new static($container->get('database'), $container->get('renderer'));
}