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 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 Drupal 6/7 menu source from database.

All search results

Title Object type File name Summary
MenuLinkResetForm::__construct function core/modules/menu_ui/src/Form/MenuLinkResetForm.php Constructs a MenuLinkResetForm object.
MenuLinkSecurityTest class core/modules/system/tests/src/Functional/Menu/MenuLinkSecurityTest.php Ensures that menu links don't cause XSS issues.
MenuLinkSecurityTest.php file core/modules/system/tests/src/Functional/Menu/MenuLinkSecurityTest.php
MenuLinkSecurityTest::$defaultTheme property core/modules/system/tests/src/Functional/Menu/MenuLinkSecurityTest.php The theme to install as the default for testing.
MenuLinkSecurityTest::$modules property core/modules/system/tests/src/Functional/Menu/MenuLinkSecurityTest.php Modules to install.
MenuLinkSecurityTest::testMenuLink function core/modules/system/tests/src/Functional/Menu/MenuLinkSecurityTest.php Ensures that a menu link does not cause an XSS issue.
MenuLinksetRoutes class core/modules/system/src/Routing/MenuLinksetRoutes.php Dynamically defines routes for menu linkset endpoints.
MenuLinksetRoutes.php file core/modules/system/src/Routing/MenuLinksetRoutes.php
MenuLinksetRoutes::$providerIds property core/modules/system/src/Routing/MenuLinksetRoutes.php An array of enabled authentication provider IDs.
MenuLinksetRoutes::alterRoutes function core/modules/system/src/Routing/MenuLinksetRoutes.php Alter routes.
MenuLinksetRoutes::create function core/modules/system/src/Routing/MenuLinksetRoutes.php Instantiates a new instance of this class.
MenuLinksetRoutes::getSubscribedEvents function core/modules/system/src/Routing/MenuLinksetRoutes.php
MenuLinksetRoutes::onConfigSave function core/modules/system/src/Routing/MenuLinksetRoutes.php
MenuLinksetRoutes::routes function core/modules/system/src/Routing/MenuLinksetRoutes.php Returns an array of route objects.
MenuLinksetRoutes::__construct function core/modules/system/src/Routing/MenuLinksetRoutes.php EventSubscriber constructor.
MenuLinksetSettingsForm class core/modules/system/src/Form/MenuLinksetSettingsForm.php Configure System settings for this site.
MenuLinksetSettingsForm.php file core/modules/system/src/Form/MenuLinksetSettingsForm.php
MenuLinksetSettingsForm::buildForm function core/modules/system/src/Form/MenuLinksetSettingsForm.php Form constructor.
MenuLinksetSettingsForm::create function core/modules/system/src/Form/MenuLinksetSettingsForm.php Instantiates a new instance of this class.
MenuLinksetSettingsForm::getEditableConfigNames function core/modules/system/src/Form/MenuLinksetSettingsForm.php Gets the configuration names that will be editable.
MenuLinksetSettingsForm::getFormId function core/modules/system/src/Form/MenuLinksetSettingsForm.php Returns a unique string identifying the form.
MenuLinksetSettingsForm::submitForm function core/modules/system/src/Form/MenuLinksetSettingsForm.php Form submission handler.
MenuLinksetSettingsForm::__construct function core/modules/system/src/Form/MenuLinksetSettingsForm.php Constructs a MenuLinksetSettingsForm object.
MenuLinksetSettingsFormTest class core/modules/system/tests/src/Functional/Form/MenuLinksetSettingsFormTest.php Tests the menu_linkset_settings form.
MenuLinksetSettingsFormTest.php file core/modules/system/tests/src/Functional/Form/MenuLinksetSettingsFormTest.php
MenuLinksetSettingsFormTest::$adminAccount property core/modules/system/tests/src/Functional/Form/MenuLinksetSettingsFormTest.php A user account to modify the menu linkset settings form.
MenuLinksetSettingsFormTest::$defaultTheme property core/modules/system/tests/src/Functional/Form/MenuLinksetSettingsFormTest.php The theme to install as the default for testing.
MenuLinksetSettingsFormTest::$modules property core/modules/system/tests/src/Functional/Form/MenuLinksetSettingsFormTest.php Modules to install.
MenuLinksetSettingsFormTest::$profile property core/modules/system/tests/src/Functional/Form/MenuLinksetSettingsFormTest.php The profile to install as a basis for testing.
MenuLinksetSettingsFormTest::testMenuLinksetSettingsForm function core/modules/system/tests/src/Functional/Form/MenuLinksetSettingsFormTest.php Tests the menu_linkset_settings form.
MenuLinksetSettingsUpdateTest class core/modules/system/tests/src/Functional/Update/MenuLinksetSettingsUpdateTest.php Tests creation of system linkset settings.
MenuLinksetSettingsUpdateTest.php file core/modules/system/tests/src/Functional/Update/MenuLinksetSettingsUpdateTest.php
MenuLinksetSettingsUpdateTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/MenuLinksetSettingsUpdateTest.php Set database dump files to be used.
MenuLinksetSettingsUpdateTest::testSystemPostUpdateLinksetSettings function core/modules/system/tests/src/Functional/Update/MenuLinksetSettingsUpdateTest.php Tests system_post_update_linkset_settings().
MenuLinksTest class core/modules/menu_link_content/tests/src/Kernel/MenuLinksTest.php Tests handling of menu links hierarchies.
MenuLinksTest.php file core/modules/menu_link_content/tests/src/Kernel/MenuLinksTest.php
MenuLinksTest::$menuLinkManager property core/modules/menu_link_content/tests/src/Kernel/MenuLinksTest.php The menu link plugin manager.
MenuLinksTest::$modules property core/modules/menu_link_content/tests/src/Kernel/MenuLinksTest.php Modules to install.
MenuLinksTest::assertMenuLinkParents function core/modules/menu_link_content/tests/src/Kernel/MenuLinksTest.php Assert that at set of links is properly parented.
MenuLinksTest::createLinkHierarchy function core/modules/menu_link_content/tests/src/Kernel/MenuLinksTest.php Create a simple hierarchy of links.
MenuLinksTest::setUp function core/modules/menu_link_content/tests/src/Kernel/MenuLinksTest.php
MenuLinksTest::testCreateLink function core/modules/menu_link_content/tests/src/Kernel/MenuLinksTest.php Assert that a link entity's created timestamp is set.
MenuLinksTest::testMenuLinkContentFormInvalidParentMenu function core/modules/menu_link_content/tests/src/Kernel/MenuLinksTest.php Tests that the form doesn't break for links with arbitrary menu names.
MenuLinksTest::testMenuLinkContentGetEntity function core/modules/menu_link_content/tests/src/Kernel/MenuLinksTest.php Tests that getEntity() method returns correct value.
MenuLinksTest::testMenuLinkContentReparenting function core/modules/menu_link_content/tests/src/Kernel/MenuLinksTest.php Tests the MenuLinkContent::preDelete function.
MenuLinksTest::testMenuLinkOnEntityDelete function core/modules/menu_link_content/tests/src/Kernel/MenuLinksTest.php Tests that menu link pointing to entities get removed on entity remove.
MenuLinksTest::testMenuLinkReparenting function core/modules/menu_link_content/tests/src/Kernel/MenuLinksTest.php Tests automatic reparenting of menu links.
MenuLinksTest::testModuleUninstalledMenuLinks function core/modules/menu_link_content/tests/src/Kernel/MenuLinksTest.php Tests uninstalling a module providing default links.
MenuLinksTest::testPendingRevisions function core/modules/menu_link_content/tests/src/Kernel/MenuLinksTest.php Tests handling of pending revisions.
MenuLinkTest class core/modules/menu_link_content/tests/src/Kernel/Plugin/migrate/source/MenuLinkTest.php Tests the menu link source plugin.

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