function MenuLinkContentForm::create

Same name and namespace in other branches
  1. 9 core/modules/menu_link_content/src/Form/MenuLinkContentForm.php \Drupal\menu_link_content\Form\MenuLinkContentForm::create()
  2. 8.9.x core/modules/menu_link_content/src/Form/MenuLinkContentForm.php \Drupal\menu_link_content\Form\MenuLinkContentForm::create()
  3. 10 core/modules/menu_link_content/src/Form/MenuLinkContentForm.php \Drupal\menu_link_content\Form\MenuLinkContentForm::create()

Overrides ContentEntityForm::create

File

core/modules/menu_link_content/src/Form/MenuLinkContentForm.php, line 56

Class

MenuLinkContentForm
Provides a form to add/update content menu links.

Namespace

Drupal\menu_link_content\Form

Code

public static function create(ContainerInterface $container) {
    return new static($container->get('entity.repository'), $container->get('menu.parent_form_selector'), $container->get('path.validator'), $container->get('entity_type.bundle.info'), $container->get('datetime.time'));
}

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