function MenuLinkEditForm::create
Overrides FormBase::create
File
-
core/
modules/ menu_ui/ src/ Form/ MenuLinkEditForm.php, line 42
Class
- MenuLinkEditForm
- Defines a generic edit form for all menu link plugin types.
Namespace
Drupal\menu_ui\FormCode
public static function create(ContainerInterface $container) {
return new static($container->get('class_resolver'));
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.