Search for menu

  1. Search 7.x for menu
  2. Search 9.5.x for menu
  3. Search 10.3.x for menu
  4. Search 11.x for menu
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Menu class core/modules/system/src/Entity/Menu.php Defines the Menu configuration entity class.
Menu class core/modules/system/src/Plugin/migrate/source/Menu.php Menu source from database.

All search results

Title Object type File name Summary
MenuLinkContentTranslationUITest::getTranslatorPermissions function core/modules/menu_link_content/tests/src/Functional/MenuLinkContentTranslationUITest.php Returns an array of permissions needed for the translator.
MenuLinkContentTranslationUITest::setUp function core/modules/menu_link_content/tests/src/Functional/MenuLinkContentTranslationUITest.php
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.
MenuLinkContentTranslationUITest::testTranslationLinkTheme function core/modules/menu_link_content/tests/src/Functional/MenuLinkContentTranslationUITest.php Tests that translation page inherits admin status of edit page.
MenuLinkContentUpdateTest class core/modules/menu_link_content/tests/src/Functional/Update/MenuLinkContentUpdateTest.php Tests the upgrade path for custom menu links.
MenuLinkContentUpdateTest.php file core/modules/menu_link_content/tests/src/Functional/Update/MenuLinkContentUpdateTest.php
MenuLinkContentUpdateTest::assertMenuLinkTitle function core/modules/menu_link_content/tests/src/Functional/Update/MenuLinkContentUpdateTest.php Assert that a menu link label matches the expectation.
MenuLinkContentUpdateTest::replaceUser1 function core/modules/menu_link_content/tests/src/Functional/Update/MenuLinkContentUpdateTest.php Replace User 1 with the user created here.
MenuLinkContentUpdateTest::setDatabaseDumpFiles function core/modules/menu_link_content/tests/src/Functional/Update/MenuLinkContentUpdateTest.php Set database dump files to be used.
MenuLinkContentUpdateTest::testConversionToRevisionable function core/modules/menu_link_content/tests/src/Functional/Update/MenuLinkContentUpdateTest.php Tests the conversion of custom menu links to be revisionable.
MenuLinkContentUpdateTest::testMissingDataUpdateRequirementsCheck function core/modules/menu_link_content/tests/src/Functional/Update/MenuLinkContentUpdateTest.php Test the update hook requirements check for revisionable menu links.
MenuLinkContentUpdateTest::testPublishedEntityKeyAddition function core/modules/menu_link_content/tests/src/Functional/Update/MenuLinkContentUpdateTest.php Tests the addition of the publishing status entity key.
MenuLinkContentXmlAnonTest class core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentXmlAnonTest.php @group rest
MenuLinkContentXmlAnonTest.php file core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentXmlAnonTest.php
MenuLinkContentXmlAnonTest::$defaultTheme property core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentXmlAnonTest.php The theme to install as the default for testing.
MenuLinkContentXmlAnonTest::$format property core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentXmlAnonTest.php The format to use in this test.
MenuLinkContentXmlAnonTest::$mimeType property core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentXmlAnonTest.php The MIME type that corresponds to $format.
MenuLinkContentXmlBasicAuthTest class core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentXmlBasicAuthTest.php @group rest
MenuLinkContentXmlBasicAuthTest.php file core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentXmlBasicAuthTest.php
MenuLinkContentXmlBasicAuthTest::$auth property core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentXmlBasicAuthTest.php The authentication mechanism to use in this test.
MenuLinkContentXmlBasicAuthTest::$defaultTheme property core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentXmlBasicAuthTest.php The theme to install as the default for testing.
MenuLinkContentXmlBasicAuthTest::$format property core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentXmlBasicAuthTest.php The format to use in this test.
MenuLinkContentXmlBasicAuthTest::$mimeType property core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentXmlBasicAuthTest.php The MIME type that corresponds to $format.
MenuLinkContentXmlBasicAuthTest::$modules property core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentXmlBasicAuthTest.php Modules to install.
MenuLinkContentXmlCookieTest class core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentXmlCookieTest.php @group rest
MenuLinkContentXmlCookieTest.php file core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentXmlCookieTest.php
MenuLinkContentXmlCookieTest::$auth property core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentXmlCookieTest.php The authentication mechanism to use in this test.
MenuLinkContentXmlCookieTest::$defaultTheme property core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentXmlCookieTest.php The theme to install as the default for testing.
MenuLinkContentXmlCookieTest::$format property core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentXmlCookieTest.php The format to use in this test.
MenuLinkContentXmlCookieTest::$mimeType property core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentXmlCookieTest.php The MIME type that corresponds to $format.
MenuLinkDefault class core/lib/Drupal/Core/Menu/MenuLinkDefault.php Provides a default implementation for menu link plugins.
MenuLinkDefault.php file core/lib/Drupal/Core/Menu/MenuLinkDefault.php
MenuLinkDefault::$overrideAllowed property core/lib/Drupal/Core/Menu/MenuLinkDefault.php The list of definition values where an override is allowed.
MenuLinkDefault::$staticOverride property core/lib/Drupal/Core/Menu/MenuLinkDefault.php The static menu link service used to store updates to weight/parent etc.
MenuLinkDefault::create function core/lib/Drupal/Core/Menu/MenuLinkDefault.php Creates an instance of the plugin.
MenuLinkDefault::getDescription function core/lib/Drupal/Core/Menu/MenuLinkDefault.php Returns the description of the menu link.
MenuLinkDefault::getTitle function core/lib/Drupal/Core/Menu/MenuLinkDefault.php Returns the localized title to be shown for this link.
MenuLinkDefault::isResettable function core/lib/Drupal/Core/Menu/MenuLinkDefault.php Returns whether this link can be reset.
MenuLinkDefault::updateLink function core/lib/Drupal/Core/Menu/MenuLinkDefault.php Updates the definition values for a menu link.
MenuLinkDefault::__construct function core/lib/Drupal/Core/Menu/MenuLinkDefault.php Constructs a new MenuLinkDefault.
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.

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