function TableDragExampleNestedForm::create
Same name in other branches
- 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\FormCode
public static function create(ContainerInterface $container) {
return new static($container->get('database'), $container->get('renderer'));
}