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
MenuUiContentModerationTest::$modules property core/modules/menu_ui/tests/src/Functional/MenuUiContentModerationTest.php Modules to install.
MenuUiContentModerationTest::setUp function core/modules/menu_ui/tests/src/Functional/MenuUiContentModerationTest.php
MenuUiContentModerationTest::testMenuUiWithPendingRevisions function core/modules/menu_ui/tests/src/Functional/MenuUiContentModerationTest.php Tests that node drafts can not modify the menu settings.
MenuUiContentModerationTest::testMenuUiWithUnpublishedContent function core/modules/menu_ui/tests/src/Functional/MenuUiContentModerationTest.php Tests that unpublished content can be selected through the menu UI.
MenuUiContentTranslationTest class core/modules/menu_ui/tests/src/Functional/MenuUiContentTranslationTest.php Tests Menu UI and Content Translation integration for content entities.
MenuUiContentTranslationTest.php file core/modules/menu_ui/tests/src/Functional/MenuUiContentTranslationTest.php
MenuUiContentTranslationTest::$defaultTheme property core/modules/menu_ui/tests/src/Functional/MenuUiContentTranslationTest.php The theme to install as the default for testing.
MenuUiContentTranslationTest::$modules property core/modules/menu_ui/tests/src/Functional/MenuUiContentTranslationTest.php Modules to install.
MenuUiContentTranslationTest::getContentEntityByTitle function core/modules/menu_ui/tests/src/Functional/MenuUiContentTranslationTest.php Gets a content entity object by title.
MenuUiContentTranslationTest::provideChangeContentToPseudoLanguageData function core/modules/menu_ui/tests/src/Functional/MenuUiContentTranslationTest.php Provides test data sets for testChangeContentToPseudoLanguage().
MenuUiContentTranslationTest::setUp function core/modules/menu_ui/tests/src/Functional/MenuUiContentTranslationTest.php
MenuUiContentTranslationTest::testChangeContentToPseudoLanguage function core/modules/menu_ui/tests/src/Functional/MenuUiContentTranslationTest.php Tests changing content with menu link from language to pseudo language.
MenuUiHooks class core/modules/menu_ui/src/Hook/MenuUiHooks.php Hook implementations for menu_ui.
MenuUiHooks.php file core/modules/menu_ui/src/Hook/MenuUiHooks.php
MenuUiHooks::blockViewSystemMenuBlockAlter function core/modules/menu_ui/src/Hook/MenuUiHooks.php Implements hook_block_view_BASE_BLOCK_ID_alter() for 'system_menu_block'.
MenuUiHooks::entityOperation function core/modules/menu_ui/src/Hook/MenuUiHooks.php Implements hook_entity_operation().
MenuUiHooks::entityTypeBuild function core/modules/menu_ui/src/Hook/MenuUiHooks.php Implements hook_entity_type_build().
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.
MenuUiHooks::getMenuLinkContentAccess function core/modules/menu_ui/src/Hook/MenuUiHooks.php Check if user is allowed to use the menu link subform.
MenuUiHooks::help function core/modules/menu_ui/src/Hook/MenuUiHooks.php Implements hook_help().
MenuUiHooks::systemBreadcrumbAlter function core/modules/menu_ui/src/Hook/MenuUiHooks.php Implements hook_system_breadcrumb_alter().
MenuUiHooks::theme function core/modules/menu_ui/src/Hook/MenuUiHooks.php Implements hook_theme().
MenuUiHooks::__construct function core/modules/menu_ui/src/Hook/MenuUiHooks.php Constructs a new MenuUiHooks object.
MenuUiJavascriptTest class core/modules/menu_ui/tests/src/FunctionalJavascript/MenuUiJavascriptTest.php Tests custom menu and menu links operations using the UI.
MenuUiJavascriptTest.php file core/modules/menu_ui/tests/src/FunctionalJavascript/MenuUiJavascriptTest.php
MenuUiJavascriptTest::$defaultTheme property core/modules/menu_ui/tests/src/FunctionalJavascript/MenuUiJavascriptTest.php The theme to install as the default for testing.
MenuUiJavascriptTest::$modules property core/modules/menu_ui/tests/src/FunctionalJavascript/MenuUiJavascriptTest.php Modules to install.
MenuUiJavascriptTest::addCustomMenu function core/modules/menu_ui/tests/src/FunctionalJavascript/MenuUiJavascriptTest.php Creates a custom menu.
MenuUiJavascriptTest::addMenuLink function core/modules/menu_ui/tests/src/FunctionalJavascript/MenuUiJavascriptTest.php Adds a menu link using the UI.
MenuUiJavascriptTest::testBlockContextualLinks function core/modules/menu_ui/tests/src/FunctionalJavascript/MenuUiJavascriptTest.php Tests the contextual links on a menu block.
MenuUiLanguageTest class core/modules/menu_ui/tests/src/Functional/MenuUiLanguageTest.php Tests for menu_ui language settings.
MenuUiLanguageTest.php file core/modules/menu_ui/tests/src/Functional/MenuUiLanguageTest.php
MenuUiLanguageTest::$defaultTheme property core/modules/menu_ui/tests/src/Functional/MenuUiLanguageTest.php The theme to install as the default for testing.
MenuUiLanguageTest::$modules property core/modules/menu_ui/tests/src/Functional/MenuUiLanguageTest.php Modules to install.
MenuUiLanguageTest::setUp function core/modules/menu_ui/tests/src/Functional/MenuUiLanguageTest.php
MenuUiLanguageTest::testMenuLanguage function core/modules/menu_ui/tests/src/Functional/MenuUiLanguageTest.php Tests menu language settings and the defaults for menu link items.
MenuUiMenuTreeManipulators class core/modules/menu_ui/src/Menu/MenuUiMenuTreeManipulators.php Provides menu tree manipulators to be used when managing menu links.
MenuUiMenuTreeManipulators.php file core/modules/menu_ui/src/Menu/MenuUiMenuTreeManipulators.php
MenuUiMenuTreeManipulators::checkAccess function core/modules/menu_ui/src/Menu/MenuUiMenuTreeManipulators.php Grants access to a menu tree when used in the menu management form.
MenuUiNodeAccessTest class core/modules/menu_ui/tests/src/Functional/MenuUiNodeAccessTest.php Edit a node when you don't have permission to add or edit menu links.
MenuUiNodeAccessTest.php file core/modules/menu_ui/tests/src/Functional/MenuUiNodeAccessTest.php
MenuUiNodeAccessTest::$defaultTheme property core/modules/menu_ui/tests/src/Functional/MenuUiNodeAccessTest.php The theme to install as the default for testing.
MenuUiNodeAccessTest::$modules property core/modules/menu_ui/tests/src/Functional/MenuUiNodeAccessTest.php Modules to install.
MenuUiNodeAccessTest::setUp function core/modules/menu_ui/tests/src/Functional/MenuUiNodeAccessTest.php
MenuUiNodeAccessTest::testMenuLinkCreateAccess function core/modules/menu_ui/tests/src/Functional/MenuUiNodeAccessTest.php Tests menu link create access is enforced.
MenuUiNodeAccessTest::testMenuLinkEditAccess function core/modules/menu_ui/tests/src/Functional/MenuUiNodeAccessTest.php Tests menu link edit/delete access is enforced.
MenuUiNodeTest class core/modules/menu_ui/tests/src/Functional/MenuUiNodeTest.php Add, edit, and delete a node with menu link.
MenuUiNodeTest.php file core/modules/menu_ui/tests/src/Functional/MenuUiNodeTest.php
MenuUiNodeTest::$defaultTheme property core/modules/menu_ui/tests/src/Functional/MenuUiNodeTest.php The theme to install as the default for testing.

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