| MenuLinkResetForm::buildForm |
function |
core/modules/menu_ui/src/Form/MenuLinkResetForm.php |
Form constructor. |
| MenuLinkResetForm::create |
function |
core/modules/menu_ui/src/Form/MenuLinkResetForm.php |
Instantiates a new instance of the implementing class using autowiring. |
| MenuLinkResetForm::getCancelUrl |
function |
core/modules/menu_ui/src/Form/MenuLinkResetForm.php |
Returns the route to go to if the user cancels the action. |
| MenuLinkResetForm::getConfirmText |
function |
core/modules/menu_ui/src/Form/MenuLinkResetForm.php |
Returns a caption for the button that confirms the action. |
| MenuLinkResetForm::getDescription |
function |
core/modules/menu_ui/src/Form/MenuLinkResetForm.php |
Returns additional text to display as a description. |
| MenuLinkResetForm::getFormId |
function |
core/modules/menu_ui/src/Form/MenuLinkResetForm.php |
Returns a unique string identifying the form. |
| MenuLinkResetForm::getQuestion |
function |
core/modules/menu_ui/src/Form/MenuLinkResetForm.php |
Returns the question to ask the user. |
| MenuLinkResetForm::linkIsResettable |
function |
core/modules/menu_ui/src/Form/MenuLinkResetForm.php |
Checks access based on whether the link can be reset. |
| MenuLinkResetForm::submitForm |
function |
core/modules/menu_ui/src/Form/MenuLinkResetForm.php |
Form submission handler. |
| MenuLinkResetForm::__construct |
function |
core/modules/menu_ui/src/Form/MenuLinkResetForm.php |
Constructs a MenuLinkResetForm object. |
| MenuLinksetSettingsForm |
class |
core/modules/system/src/Form/MenuLinksetSettingsForm.php |
Configure System settings for this site. |
| MenuLinksetSettingsForm.php |
file |
core/modules/system/src/Form/MenuLinksetSettingsForm.php |
|
| MenuLinksetSettingsForm::buildForm |
function |
core/modules/system/src/Form/MenuLinksetSettingsForm.php |
Form constructor. |
| MenuLinksetSettingsForm::create |
function |
core/modules/system/src/Form/MenuLinksetSettingsForm.php |
Instantiates a new instance of the implementing class using autowiring. |
| MenuLinksetSettingsForm::getEditableConfigNames |
function |
core/modules/system/src/Form/MenuLinksetSettingsForm.php |
Gets the configuration names that will be editable. |
| MenuLinksetSettingsForm::getFormId |
function |
core/modules/system/src/Form/MenuLinksetSettingsForm.php |
Returns a unique string identifying the form. |
| MenuLinksetSettingsForm::submitForm |
function |
core/modules/system/src/Form/MenuLinksetSettingsForm.php |
Form submission handler. |
| MenuLinksetSettingsForm::__construct |
function |
core/modules/system/src/Form/MenuLinksetSettingsForm.php |
Constructs a MenuLinksetSettingsForm object. |
| MenuLinksetSettingsFormTest |
class |
core/modules/system/tests/src/Functional/Form/MenuLinksetSettingsFormTest.php |
Tests the menu_linkset_settings form. |
| MenuLinksetSettingsFormTest.php |
file |
core/modules/system/tests/src/Functional/Form/MenuLinksetSettingsFormTest.php |
|
| MenuLinksetSettingsFormTest::$adminAccount |
property |
core/modules/system/tests/src/Functional/Form/MenuLinksetSettingsFormTest.php |
A user account to modify the menu linkset settings form. |
| MenuLinksetSettingsFormTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Form/MenuLinksetSettingsFormTest.php |
The theme to install as the default for testing. |
| MenuLinksetSettingsFormTest::$modules |
property |
core/modules/system/tests/src/Functional/Form/MenuLinksetSettingsFormTest.php |
Modules to install. |
| MenuLinksetSettingsFormTest::$profile |
property |
core/modules/system/tests/src/Functional/Form/MenuLinksetSettingsFormTest.php |
The profile to install as a basis for testing. |
| MenuLinksetSettingsFormTest::testMenuLinksetSettingsForm |
function |
core/modules/system/tests/src/Functional/Form/MenuLinksetSettingsFormTest.php |
Tests the menu_linkset_settings form. |
| MenuLinksTest::testMenuLinkContentFormInvalidParentMenu |
function |
core/modules/menu_link_content/tests/src/Kernel/MenuLinksTest.php |
Tests that the form doesn't break for links with arbitrary menu names. |
| MenuLinkTree::transform |
function |
core/lib/Drupal/Core/Menu/MenuLinkTree.php |
Applies menu link tree manipulators to transform the given tree. |
| MenuLinkTreeInterface::transform |
function |
core/lib/Drupal/Core/Menu/MenuLinkTreeInterface.php |
Applies menu link tree manipulators to transform the given tree. |
| MenuParentFormSelector |
class |
core/lib/Drupal/Core/Menu/MenuParentFormSelector.php |
Default implementation of the menu parent form selector service. |
| MenuParentFormSelector.php |
file |
core/lib/Drupal/Core/Menu/MenuParentFormSelector.php |
|
| MenuParentFormSelector::$entityTypeManager |
property |
core/lib/Drupal/Core/Menu/MenuParentFormSelector.php |
The entity type manager service. |
| MenuParentFormSelector::$menuLinkTree |
property |
core/lib/Drupal/Core/Menu/MenuParentFormSelector.php |
The menu link tree service. |
| MenuParentFormSelector::getMenuOptions |
function |
core/lib/Drupal/Core/Menu/MenuParentFormSelector.php |
Gets a list of menu names for use as options. |
| MenuParentFormSelector::getParentDepthLimit |
function |
core/lib/Drupal/Core/Menu/MenuParentFormSelector.php |
Returns the maximum depth of the possible parents of the menu link. |
| MenuParentFormSelector::getParentSelectOptions |
function |
core/lib/Drupal/Core/Menu/MenuParentFormSelector.php |
Gets the options for a select element to choose a menu and parent. |
| MenuParentFormSelector::parentSelectElement |
function |
core/lib/Drupal/Core/Menu/MenuParentFormSelector.php |
Gets a form element to choose a menu and parent. |
| MenuParentFormSelector::parentSelectOptionsTreeWalk |
function |
core/lib/Drupal/Core/Menu/MenuParentFormSelector.php |
Iterates over all items in the tree to prepare the parents select options. |
| MenuParentFormSelector::__construct |
function |
core/lib/Drupal/Core/Menu/MenuParentFormSelector.php |
Constructs a \Drupal\Core\Menu\MenuParentFormSelector. |
| MenuParentFormSelectorInterface |
interface |
core/lib/Drupal/Core/Menu/MenuParentFormSelectorInterface.php |
Defines an interface for menu selector form elements and menu link options. |
| MenuParentFormSelectorInterface.php |
file |
core/lib/Drupal/Core/Menu/MenuParentFormSelectorInterface.php |
|
| MenuParentFormSelectorInterface::getParentSelectOptions |
function |
core/lib/Drupal/Core/Menu/MenuParentFormSelectorInterface.php |
Gets the options for a select element to choose a menu and parent. |
| MenuParentFormSelectorInterface::parentSelectElement |
function |
core/lib/Drupal/Core/Menu/MenuParentFormSelectorInterface.php |
Gets a form element to choose a menu and parent. |
| MenuUiHooks::formNodeFormAlter |
function |
core/modules/menu_ui/src/Hook/MenuUiHooks.php |
Implements hook_form_BASE_FORM_ID_alter() for \Drupal\node\Form\NodeForm. |
| MenuUiHooks::formNodeTypeFormAlter |
function |
core/modules/menu_ui/src/Hook/MenuUiHooks.php |
Implements hook_form_FORM_ID_alter() for \Drupal\node\Form\NodeTypeForm. |
| MenuUiNodeTest::testMenuNodeFormWidget |
function |
core/modules/menu_ui/tests/src/Functional/MenuUiNodeTest.php |
Tests creating, editing, deleting menu links via node form widget. |
| MenuUiNodeTest::testMenuNodeWithGrantsFormWidget |
function |
core/modules/menu_ui/tests/src/Functional/MenuUiNodeTest.php |
Tests creating menu links via node form widget for nodes with grants. |
| MenuUiNodeTest::testMultilingualMenuNodeFormWidget |
function |
core/modules/menu_ui/tests/src/Functional/MenuUiNodeTest.php |
Testing correct loading and saving of menu links via node form widget in a multilingual environment. |
| MenuUiTest::doMenuLinkFormDefaultsTest |
function |
core/modules/menu_ui/tests/src/Functional/MenuUiTest.php |
Ensures that the proper default values are set when adding a menu link. |
| MenuXmlAnonTest::$format |
property |
core/modules/system/tests/src/Functional/Rest/MenuXmlAnonTest.php |
The format to use in this test. |
| MenuXmlBasicAuthTest::$format |
property |
core/modules/system/tests/src/Functional/Rest/MenuXmlBasicAuthTest.php |
The format to use in this test. |