function MenuDeleteForm::create

Overrides FormBase::create

File

core/modules/menu_ui/src/Form/MenuDeleteForm.php, line 48

Class

MenuDeleteForm
Defines a confirmation form for deletion of a custom menu.

Namespace

Drupal\menu_ui\Form

Code

public static function create(ContainerInterface $container) {
  return new static($container->get('plugin.manager.menu.link'), $container->get('database'));
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.