66 string references to 'Menu'

BlockHtmlTest::testHtml in core/modules/block/tests/src/Functional/BlockHtmlTest.php
Tests for valid HTML for a block.
BlockPluginId::transform in core/modules/block/src/Plugin/migrate/process/BlockPluginId.php
Set the block plugin id.
ConfigEntityMapper::getContextualLinkGroup in core/modules/config_translation/src/ConfigEntityMapper.php
Returns the name of the contextual link group to add contextual links to.
core.services.yml in core/core.services.yml
core/core.services.yml
d6_block.yml in core/modules/block/migrations/d6_block.yml
core/modules/block/migrations/d6_block.yml
d6_menu.yml in core/modules/system/migrations/d6_menu.yml
core/modules/system/migrations/d6_menu.yml
d7_menu.yml in core/modules/system/migrations/d7_menu.yml
core/modules/system/migrations/d7_menu.yml
DerivativeTest::testDerivativeDecorator in core/tests/Drupal/KernelTests/Core/Plugin/DerivativeTest.php
Tests getDefinitions() and getDefinition() with a derivativeDecorator.
FactoryTest::testReflectionFactory in core/tests/Drupal/KernelTests/Core/Plugin/FactoryTest.php
Test that the Reflection factory can create a plugin instance.
FormHelperTest::testRewriteStatesSelector in core/tests/Drupal/Tests/Core/Form/FormHelperTest.php
Tests rewriting the #states selectors.
hook_contextual_links_alter in core/lib/Drupal/Core/Menu/menu.api.php
Alter contextual links before they are rendered.
MediaLibrarySetAdministrativePageToTableDisplayTest::testUpdateWithCustomizedMediaViewMenuSettings in core/modules/media_library/tests/src/Functional/Update/MediaLibrarySetAdministrativePageToTableDisplayTest.php
Tests that the update does not alter custom 'media' view menu settings.
MediaLibrarySetAdministrativePageToTableDisplayTest::testUpdateWithCustomizedMediaViewPath in core/modules/media_library/tests/src/Functional/Update/MediaLibrarySetAdministrativePageToTableDisplayTest.php
Tests that the update does not alter a custom 'media' view path.
MediaLibrarySetAdministrativePageToTableDisplayTest::testUpdateWithoutCustomizations in core/modules/media_library/tests/src/Functional/Update/MediaLibrarySetAdministrativePageToTableDisplayTest.php
Tests that the update alters uncustomized path and menu settings.
MenuAccessControlHandlerTest::setUp in core/modules/system/tests/src/Kernel/MenuAccessControlHandlerTest.php
MenuLegacyTest::testMenuCacheClearAll in core/tests/Drupal/KernelTests/Core/Menu/MenuLegacyTest.php
Tests deprecation of the menu_cache_clear_all() function.
MenuLinkTest::providerSource in core/modules/menu_link_content/tests/src/Kernel/Plugin/migrate/source/MenuLinkTest.php
The data provider.
MenuLinkTranslationTest::providerSource in core/modules/menu_link_content/tests/src/Kernel/Plugin/migrate/source/d6/MenuLinkTranslationTest.php
The data provider.
MenuResourceTestBase::createEntity in core/modules/system/tests/src/Functional/Rest/MenuResourceTestBase.php
Creates the entity to be tested.
MenuResourceTestBase::createEntity in core/modules/system/tests/src/Functional/Rest/MenuResourceTestBase.php
Creates the entity to be tested.
MenuResourceTestBase::getExpectedNormalizedEntity in core/modules/system/tests/src/Functional/Rest/MenuResourceTestBase.php
Returns the expected normalization of the entity.
MenuResourceTestBase::getExpectedNormalizedEntity in core/modules/system/tests/src/Functional/Rest/MenuResourceTestBase.php
Returns the expected normalization of the entity.
MenuRouterRebuildSubscriber::menuLinksRebuild in core/lib/Drupal/Core/EventSubscriber/MenuRouterRebuildSubscriber.php
Perform menu-specific rebuilding.
MenuTest::createEntity in core/modules/jsonapi/tests/src/Functional/MenuTest.php
Creates the entity to be tested.
MenuTest::createEntity in core/modules/jsonapi/tests/src/Functional/MenuTest.php
Creates the entity to be tested.
MenuTest::getExpectedDocument in core/modules/jsonapi/tests/src/Functional/MenuTest.php
Returns the expected JSON:API document for the entity.
MenuTest::getExpectedDocument in core/modules/jsonapi/tests/src/Functional/MenuTest.php
Returns the expected JSON:API document for the entity.
MenuUiTest::verifyAccess in core/modules/menu_ui/tests/src/Functional/MenuUiTest.php
Verifies the logged in user has the desired access to various menu pages.
menu_settings.yml in core/modules/menu_ui/migrations/menu_settings.yml
core/modules/menu_ui/migrations/menu_settings.yml
menu_ui.links.contextual.yml in core/modules/menu_ui/menu_ui.links.contextual.yml
core/modules/menu_ui/menu_ui.links.contextual.yml
menu_ui.routing.yml in core/modules/menu_ui/menu_ui.routing.yml
core/modules/menu_ui/menu_ui.routing.yml
menu_ui_form_node_form_alter in core/modules/menu_ui/menu_ui.module
Implements hook_form_BASE_FORM_ID_alter() for \Drupal\node\NodeForm.
menu_ui_form_node_form_submit in core/modules/menu_ui/menu_ui.module
Form submission handler for menu item field on the node form.
menu_ui_node_builder in core/modules/menu_ui/menu_ui.module
Entity form builder to add the menu information to the node.
MigrateBlockTest::testBlockMigration in core/modules/block/tests/src/Kernel/Migrate/d6/MigrateBlockTest.php
Tests the block migration.
MigrationStateUnitTest::providerGetUpgradeStates in core/modules/migrate_drupal/tests/src/Unit/MigrationStateUnitTest.php
Data provider for testGetUpgradeStates.
MockBlockManager::__construct in core/modules/system/tests/modules/plugin_test/src/Plugin/MockBlockManager.php
MultilingualReviewPageTest::getAvailablePaths in core/modules/migrate_drupal_ui/tests/src/Functional/d6/MultilingualReviewPageTest.php
Gets the available upgrade paths.
MultilingualReviewPageTest::getAvailablePaths in core/modules/migrate_drupal_ui/tests/src/Functional/d7/MultilingualReviewPageTest.php
Gets the available upgrade paths.
NoMultilingualReviewPageTest::getAvailablePaths in core/modules/migrate_drupal_ui/tests/src/Functional/d6/NoMultilingualReviewPageTest.php
Gets the available upgrade paths.
Page::buildOptionsForm in core/modules/views/src/Plugin/views/display/Page.php
Provide a form to edit options for this plugin.
Page::calculateDependencies in core/modules/views/src/Plugin/views/display/Page.php
Calculates dependencies for the configured plugin.
Page::create in core/modules/views/src/Plugin/views/display/Page.php
Creates an instance of the plugin.
Page::optionsSummary in core/modules/views/src/Plugin/views/display/Page.php
Provides the default summary for options in the views UI.
Page::optionsSummary in core/modules/views/src/Plugin/views/display/Page.php
Provides the default summary for options in the views UI.
Page::submitOptionsForm in core/modules/views/src/Plugin/views/display/Page.php
Handle any special handling on the validate form.
Page::validate in core/modules/views/src/Plugin/views/display/Page.php
Validate that the plugin is correct and can be saved.
Page::validateOptionsForm in core/modules/views/src/Plugin/views/display/Page.php
Validate the options form.
PathPluginBase::getMenuLinks in core/modules/views/src/Plugin/views/display/PathPluginBase.php
Gets menu links, if this display provides some.
PathPluginBase::isDefaultTabPath in core/modules/views/src/Plugin/views/display/PathPluginBase.php
Determines if this display's path is a default tab.
PluginTestBase::setUp in core/tests/Drupal/KernelTests/Core/Plugin/PluginTestBase.php
ResourceTypeRepositoryTest::getProvider in core/modules/jsonapi/tests/src/Kernel/ResourceType/ResourceTypeRepositoryTest.php
Data provider for testGet.
ShortcutTest::providerSource in core/modules/shortcut/tests/src/Kernel/Plugin/migrate/source/d7/ShortcutTest.php
The data provider.
system.schema.yml in core/modules/system/config/schema/system.schema.yml
core/modules/system/config/schema/system.schema.yml
SystemMenuBlock::create in core/modules/system/src/Plugin/Derivative/SystemMenuBlock.php
Creates a new class instance.
SystemMenuOffCanvasForm::create in core/modules/system/src/Form/SystemMenuOffCanvasForm.php
Instantiates a new instance of this class.
SystemMenuOffCanvasForm::getEntityForm in core/modules/system/src/Form/SystemMenuOffCanvasForm.php
Gets the entity form for this menu.
toolbar_theme in core/modules/toolbar/toolbar.module
Implements hook_theme().
Upgrade6Test::getAvailablePaths in core/modules/migrate_drupal_ui/tests/src/Functional/d6/Upgrade6Test.php
Gets the available upgrade paths.
Upgrade7Test::getAvailablePaths in core/modules/migrate_drupal_ui/tests/src/Functional/d7/Upgrade7Test.php
Gets the available upgrade paths.
UserAccountLinksTest::testDisabledAccountLink in core/modules/user/tests/src/Functional/UserAccountLinksTest.php
Tests disabling the 'My account' link.
UserAccountLinksTest::testSecondaryMenu in core/modules/user/tests/src/Functional/UserAccountLinksTest.php
Tests the secondary menu.
views.display.schema.yml in core/modules/views/config/schema/views.display.schema.yml
core/modules/views/config/schema/views.display.schema.yml
ViewsLocalTask::alterLocalTasks in core/modules/views/src/Plugin/Derivative/ViewsLocalTask.php
Alters base_route and parent_id into the views local tasks.
ViewsLocalTask::getDerivativeDefinitions in core/modules/views/src/Plugin/Derivative/ViewsLocalTask.php
Gets the definition of all derivatives of a base plugin.
WizardPluginBase::buildForm in core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php
Form callback to build other elements in the "show" form.

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