function TableDragExampleResetForm::create

Overrides FormBase::create

File

modules/tabledrag_example/src/Form/TableDragExampleResetForm.php, line 29

Class

TableDragExampleResetForm
Table drag example reset form.

Namespace

Drupal\tabledrag_example\Form

Code

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