| MenuLinkContentJsonBasicAuthTest::$format |
property |
core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentJsonBasicAuthTest.php |
The format to use in this test. |
| MenuLinkContentJsonCookieTest::$format |
property |
core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentJsonCookieTest.php |
The format to use in this test. |
| MenuLinkContentTranslationUITest::testTranslationLinkOnMenuEditForm |
function |
core/modules/menu_link_content/tests/src/Functional/MenuLinkContentTranslationUITest.php |
Ensure that a translate link can be found on the menu edit form. |
| MenuLinkContentXmlAnonTest::$format |
property |
core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentXmlAnonTest.php |
The format to use in this test. |
| MenuLinkContentXmlBasicAuthTest::$format |
property |
core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentXmlBasicAuthTest.php |
The format to use in this test. |
| MenuLinkContentXmlCookieTest::$format |
property |
core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentXmlCookieTest.php |
The format to use in this test. |
| MenuLinkDefaultForm |
class |
core/lib/Drupal/Core/Menu/Form/MenuLinkDefaultForm.php |
Provides an edit form for static menu links. |
| MenuLinkDefaultForm.php |
file |
core/lib/Drupal/Core/Menu/Form/MenuLinkDefaultForm.php |
|
| MenuLinkDefaultForm::$menuLink |
property |
core/lib/Drupal/Core/Menu/Form/MenuLinkDefaultForm.php |
The edited menu link. |
| MenuLinkDefaultForm::$menuLinkManager |
property |
core/lib/Drupal/Core/Menu/Form/MenuLinkDefaultForm.php |
The menu link manager. |
| MenuLinkDefaultForm::$menuParentSelector |
property |
core/lib/Drupal/Core/Menu/Form/MenuLinkDefaultForm.php |
The parent form selector service. |
| MenuLinkDefaultForm::$moduleHandler |
property |
core/lib/Drupal/Core/Menu/Form/MenuLinkDefaultForm.php |
The module handler service. |
| MenuLinkDefaultForm::buildConfigurationForm |
function |
core/lib/Drupal/Core/Menu/Form/MenuLinkDefaultForm.php |
Form constructor. |
| MenuLinkDefaultForm::create |
function |
core/lib/Drupal/Core/Menu/Form/MenuLinkDefaultForm.php |
Instantiates a new instance of this class. |
| MenuLinkDefaultForm::extractFormValues |
function |
core/lib/Drupal/Core/Menu/Form/MenuLinkDefaultForm.php |
Extracts a plugin definition from form values. |
| MenuLinkDefaultForm::setMenuLinkInstance |
function |
core/lib/Drupal/Core/Menu/Form/MenuLinkDefaultForm.php |
Injects the menu link plugin instance. |
| MenuLinkDefaultForm::submitConfigurationForm |
function |
core/lib/Drupal/Core/Menu/Form/MenuLinkDefaultForm.php |
Form submission handler. |
| MenuLinkDefaultForm::validateConfigurationForm |
function |
core/lib/Drupal/Core/Menu/Form/MenuLinkDefaultForm.php |
Form validation handler. |
| MenuLinkDefaultForm::__construct |
function |
core/lib/Drupal/Core/Menu/Form/MenuLinkDefaultForm.php |
Constructs a new \Drupal\Core\Menu\Form\MenuLinkDefaultForm. |
| MenuLinkDefaultFormTest |
class |
core/tests/Drupal/Tests/Core/Menu/MenuLinkDefaultFormTest.php |
Tests Drupal\Core\Menu\Form\MenuLinkDefaultForm. |
| MenuLinkDefaultFormTest |
class |
core/themes/claro/tests/src/Functional/MenuLinkDefaultFormTest.php |
Tests the MenuLinkDefaultForm customizations. |
| MenuLinkDefaultFormTest.php |
file |
core/themes/claro/tests/src/Functional/MenuLinkDefaultFormTest.php |
|
| MenuLinkDefaultFormTest.php |
file |
core/tests/Drupal/Tests/Core/Menu/MenuLinkDefaultFormTest.php |
|
| MenuLinkDefaultFormTest::$defaultTheme |
property |
core/themes/claro/tests/src/Functional/MenuLinkDefaultFormTest.php |
The theme to install as the default for testing. |
| MenuLinkDefaultFormTest::$modules |
property |
core/themes/claro/tests/src/Functional/MenuLinkDefaultFormTest.php |
Modules to install. |
| MenuLinkDefaultFormTest::setUp |
function |
core/themes/claro/tests/src/Functional/MenuLinkDefaultFormTest.php |
|
| MenuLinkDefaultFormTest::testExtractFormValues |
function |
core/tests/Drupal/Tests/Core/Menu/MenuLinkDefaultFormTest.php |
Tests extract form values. |
| MenuLinkDefaultFormTest::testMenuLinkDefaultFormCustomizations |
function |
core/themes/claro/tests/src/Functional/MenuLinkDefaultFormTest.php |
Tests the MenuLinkDefaultForm customizations. |
| MenuLinkEditForm |
class |
core/modules/menu_ui/src/Form/MenuLinkEditForm.php |
Defines a generic edit form for all menu link plugin types. |
| MenuLinkEditForm.php |
file |
core/modules/menu_ui/src/Form/MenuLinkEditForm.php |
|
| MenuLinkEditForm::$classResolver |
property |
core/modules/menu_ui/src/Form/MenuLinkEditForm.php |
The class resolver. |
| MenuLinkEditForm::buildForm |
function |
core/modules/menu_ui/src/Form/MenuLinkEditForm.php |
|
| MenuLinkEditForm::create |
function |
core/modules/menu_ui/src/Form/MenuLinkEditForm.php |
Instantiates a new instance of the implementing class using autowiring. |
| MenuLinkEditForm::getFormId |
function |
core/modules/menu_ui/src/Form/MenuLinkEditForm.php |
Returns a unique string identifying the form. |
| MenuLinkEditForm::submitForm |
function |
core/modules/menu_ui/src/Form/MenuLinkEditForm.php |
Form submission handler. |
| MenuLinkEditForm::validateForm |
function |
core/modules/menu_ui/src/Form/MenuLinkEditForm.php |
Form validation handler. |
| MenuLinkEditForm::__construct |
function |
core/modules/menu_ui/src/Form/MenuLinkEditForm.php |
Constructs a MenuLinkEditForm object. |
| MenuLinkFormInterface |
interface |
core/lib/Drupal/Core/Menu/Form/MenuLinkFormInterface.php |
Defines an interface for edit forms of menu links. |
| MenuLinkFormInterface.php |
file |
core/lib/Drupal/Core/Menu/Form/MenuLinkFormInterface.php |
|
| MenuLinkFormInterface::extractFormValues |
function |
core/lib/Drupal/Core/Menu/Form/MenuLinkFormInterface.php |
Extracts a plugin definition from form values. |
| MenuLinkFormInterface::setMenuLinkInstance |
function |
core/lib/Drupal/Core/Menu/Form/MenuLinkFormInterface.php |
Injects the menu link plugin instance. |
| MenuLinkInterface::getFormClass |
function |
core/lib/Drupal/Core/Menu/MenuLinkInterface.php |
Returns the name of a class that can build an editing form for this link. |
| MenuLinkParent::transform |
function |
core/modules/migrate/src/Plugin/migrate/process/MenuLinkParent.php |
Find the parent link GUID. |
| MenuLinkParentTest::doTransform |
function |
core/modules/migrate/tests/src/Unit/process/MenuLinkParentTest.php |
Helper to finish setup and run the test. |
| MenuLinkParentTest::providerTransformException |
function |
core/modules/migrate/tests/src/Unit/process/MenuLinkParentTest.php |
Provides data for testTransformException(). |
| MenuLinkParentTest::testTransformException |
function |
core/modules/migrate/tests/src/Unit/process/MenuLinkParentTest.php |
Tests that an exception is thrown when the parent menu link is not found. |
| MenuLinkResetForm |
class |
core/modules/menu_ui/src/Form/MenuLinkResetForm.php |
Defines a confirmation form for resetting a single modified menu link. |
| MenuLinkResetForm.php |
file |
core/modules/menu_ui/src/Form/MenuLinkResetForm.php |
|
| MenuLinkResetForm::$link |
property |
core/modules/menu_ui/src/Form/MenuLinkResetForm.php |
The menu link. |
| MenuLinkResetForm::$menuLinkManager |
property |
core/modules/menu_ui/src/Form/MenuLinkResetForm.php |
The menu link manager. |