Search for menu

  1. Search 7.x for menu
  2. Search 9.5.x for menu
  3. Search 8.9.x for menu
  4. Search 10.3.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 Drupal 6/7 menu source from database.

All search results

Title Object type File name Summary
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
MenuLinkContentXmlAnonTest::$format property core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentXmlAnonTest.php
MenuLinkContentXmlAnonTest::$mimeType property core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentXmlAnonTest.php
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
MenuLinkContentXmlBasicAuthTest::$defaultTheme property core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentXmlBasicAuthTest.php
MenuLinkContentXmlBasicAuthTest::$format property core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentXmlBasicAuthTest.php
MenuLinkContentXmlBasicAuthTest::$mimeType property core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentXmlBasicAuthTest.php
MenuLinkContentXmlBasicAuthTest::$modules property core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentXmlBasicAuthTest.php
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
MenuLinkContentXmlCookieTest::$defaultTheme property core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentXmlCookieTest.php
MenuLinkContentXmlCookieTest::$format property core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentXmlCookieTest.php
MenuLinkContentXmlCookieTest::$mimeType property core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentXmlCookieTest.php
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
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
MenuLinkDefault::getDescription function core/lib/Drupal/Core/Menu/MenuLinkDefault.php
MenuLinkDefault::getResetRoute function core/lib/Drupal/Core/Menu/MenuLinkDefault.php
MenuLinkDefault::getTitle function core/lib/Drupal/Core/Menu/MenuLinkDefault.php
MenuLinkDefault::isResettable function core/lib/Drupal/Core/Menu/MenuLinkDefault.php
MenuLinkDefault::updateLink function core/lib/Drupal/Core/Menu/MenuLinkDefault.php
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
MenuLinkDefaultForm::create function core/lib/Drupal/Core/Menu/Form/MenuLinkDefaultForm.php
MenuLinkDefaultForm::extractFormValues function core/lib/Drupal/Core/Menu/Form/MenuLinkDefaultForm.php
MenuLinkDefaultForm::setMenuLinkInstance function core/lib/Drupal/Core/Menu/Form/MenuLinkDefaultForm.php
MenuLinkDefaultForm::submitConfigurationForm function core/lib/Drupal/Core/Menu/Form/MenuLinkDefaultForm.php
MenuLinkDefaultForm::validateConfigurationForm function core/lib/Drupal/Core/Menu/Form/MenuLinkDefaultForm.php
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 @coversDefaultClass \Drupal\Core\Menu\Form\MenuLinkDefaultForm[[api-linebreak]]
@group Menu
@runTestsInSeparateProcesses
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
MenuLinkDefaultFormTest::$modules property core/themes/claro/tests/src/Functional/MenuLinkDefaultFormTest.php
MenuLinkDefaultFormTest::setUp function core/themes/claro/tests/src/Functional/MenuLinkDefaultFormTest.php
MenuLinkDefaultFormTest::testExtractFormValues function core/tests/Drupal/Tests/Core/Menu/MenuLinkDefaultFormTest.php @covers ::extractFormValues[[api-linebreak]]
MenuLinkDefaultFormTest::testMenuLinkDefaultFormCustomizations function core/themes/claro/tests/src/Functional/MenuLinkDefaultFormTest.php Tests the MenuLinkDefaultForm customizations.

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