function TableDragExampleNestedForm::create

Same name in other branches
  1. 8.x-1.x tabledrag_example/src/Form/TableDragExampleNestedForm.php \Drupal\tabledrag_example\Form\TableDragExampleNestedForm::create()
  2. 4.0.x modules/tabledrag_example/src/Form/TableDragExampleNestedForm.php \Drupal\tabledrag_example\Form\TableDragExampleNestedForm::create()

Overrides FormBase::create

File

modules/tabledrag_example/src/Form/TableDragExampleNestedForm.php, line 35

Class

TableDragExampleNestedForm
Table drag example nested form.

Namespace

Drupal\tabledrag_example\Form

Code

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