Default implementation of the menu parent form selector service.
The form selector is a list of all appropriate menu links.
Hierarchy
- class \Drupal\Core\Menu\MenuParentFormSelector implements MenuParentFormSelectorInterface uses StringTranslationTrait
File
- core/lib/Drupal/Core/Menu/MenuParentFormSelector.php, line 16
Namespace
Drupal\Core\Menu
Members
Name | Modifiers | Type | Description |
---|---|---|---|
MenuParentFormSelector::$entityManager | protected | property | The entity manager. |
MenuParentFormSelector::$menuLinkTree | protected | property | The menu link tree service. |
MenuParentFormSelector::getMenuOptions | protected | function | Gets a list of menu names for use as options. |
MenuParentFormSelector::getParentDepthLimit | protected | function | Returns the maximum depth of the possible parents of the menu link. |
MenuParentFormSelector::getParentSelectOptions | public | function | Gets the options for a select element to choose a menu and parent. Overrides MenuParentFormSelectorInterface::getParentSelectOptions |
MenuParentFormSelector::parentSelectElement | public | function | Gets a form element to choose a menu and parent. Overrides MenuParentFormSelectorInterface::parentSelectElement |
MenuParentFormSelector::parentSelectOptionsTreeWalk | protected | function | Iterates over all items in the tree to prepare the parents select options. |
MenuParentFormSelector::__construct | public | function | Constructs a \Drupal\Core\Menu\MenuParentFormSelector |
StringTranslationTrait::$stringTranslation | protected | property | The string translation service. |
StringTranslationTrait::formatPlural | protected | function | Formats a string containing a count of items. |
StringTranslationTrait::getNumberOfPlurals | protected | function | Returns the number of plurals supported by a given language. |
StringTranslationTrait::getStringTranslation | protected | function | Gets the string translation service. |
StringTranslationTrait::setStringTranslation | public | function | Sets the string translation service to use. |
StringTranslationTrait::t | protected | function | Translates a string to the current language or to a given language. |
Please login to continue.