Defines an interface for menu selector form elements and menu link options.
Hierarchy
- interface \Drupal\Core\Menu\MenuParentFormSelectorInterface
File
- core/lib/Drupal/Core/Menu/MenuParentFormSelectorInterface.php, line 10
Namespace
Drupal\Core\Menu
Members
Name | Modifiers | Type | Description |
---|---|---|---|
MenuParentFormSelectorInterface::getParentSelectOptions | public | function | Gets the options for a select element to choose a menu and parent. |
MenuParentFormSelectorInterface::parentSelectElement | public | function | Gets a form element to choose a menu and parent. |
Please login to continue.