Search for all
- Search 7.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Search main for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| menu.parent_form_selector | service | core/ |
Drupal\Core\Menu\MenuParentFormSelector |
| Menu.php | file | core/ |
|
| Menu.php | file | core/ |
|
| menu.rebuild_subscriber | service | core/ |
Drupal\Core\EventSubscriber\MenuRouterRebuildSubscriber |
| menu.tree_storage | service | core/ |
Drupal\Core\Menu\MenuTreeStorage |
| Menu::$description | property | core/ |
The menu description. |
| Menu::$id | property | core/ |
The menu machine name. |
| Menu::$label | property | core/ |
The human-readable name of the menu entity. |
| Menu::$locked | property | core/ |
The locked status of this menu. |
| Menu::delete | function | core/ |
Deletes an entity permanently. |
| Menu::fields | function | core/ |
Returns available fields on the source. |
| Menu::getDescription | function | core/ |
Returns the description of the menu. |
| Menu::getIds | function | core/ |
Defines the source fields uniquely identifying a source row. |
| Menu::isLocked | function | core/ |
Determines if this menu is locked. |
| Menu::preDelete | function | core/ |
Acts on entities before they are deleted and before hooks are invoked. |
| Menu::query | function | core/ |
|
| Menu::save | function | core/ |
Saves an entity permanently. |
| MenuAccessControlHandler | class | core/ |
Defines the access control handler for the menu entity type. |
| MenuAccessControlHandler.php | file | core/ |
|
| MenuAccessControlHandler::$viewLabelOperation | property | core/ |
Allows to grant access to just the labels. |
| MenuAccessControlHandler::checkAccess | function | core/ |
Performs access checks. |
| MenuAccessControlHandlerTest | class | core/ |
@coversDefaultClass \Drupal\system\MenuAccessControlHandler[[api-linebreak]] @group system |
| MenuAccessControlHandlerTest.php | file | core/ |
|
| MenuAccessControlHandlerTest::$accessControlHandler | property | core/ |
The menu access control handler. |
| MenuAccessControlHandlerTest::$modules | property | core/ |
Modules to enable. |
| MenuAccessControlHandlerTest::setUp | function | core/ |
|
| MenuAccessControlHandlerTest::testAccess | function | core/ |
@covers ::checkAccess[[api-linebreak]] @covers ::checkCreateAccess[[api-linebreak]] @dataProvider testAccessProvider |
| MenuAccessControlHandlerTest::testAccessProvider | function | core/ |
|
| MenuAccessTest | class | core/ |
Tests the route access checks on menu links. |
| MenuAccessTest.php | file | core/ |
|
| MenuAccessTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| MenuAccessTest::$modules | property | core/ |
Modules to enable. |
| MenuAccessTest::setUp | function | core/ |
|
| MenuAccessTest::testMenuBlockLinksAccessCheck | function | core/ |
Tests menu link for route with access check. |
| MenuActiveTrail | class | core/ |
Provides the default implementation of the active menu trail service. |
| MenuActiveTrail.php | file | core/ |
|
| MenuActiveTrail403Test | class | core/ |
Tests that 403 active trail behavior does not overwrite original entry. |
| MenuActiveTrail403Test.php | file | core/ |
|
| MenuActiveTrail403Test::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| MenuActiveTrail403Test::$menu | property | core/ |
The menu which active trail is tested. |
| MenuActiveTrail403Test::$modules | property | core/ |
Modules to enable. |
| MenuActiveTrail403Test::$privilegedUser | property | core/ |
A user who can access both routes in our menu. |
| MenuActiveTrail403Test::setUp | function | core/ |
|
| MenuActiveTrail403Test::testMenuActiveTrail403Cache | function | core/ |
Tests that visiting 403 page does not override original active trail. |
| MenuActiveTrail::$menuLinkManager | property | core/ |
The menu link plugin manager. |
| MenuActiveTrail::$routeMatch | property | core/ |
The route match object for the current page. |
| MenuActiveTrail::doGetActiveTrailIds | function | core/ |
Helper method for ::getActiveTrailIds(). |
| MenuActiveTrail::getActiveLink | function | core/ |
Fetches a menu link which matches the route name, parameters and menu name. |
| MenuActiveTrail::getActiveTrailIds | function | core/ |
This implementation caches all active trail IDs per route match for *all* menus whose active trails are calculated on that page. This ensures 1 cache get for all active trails per page load, rather than N. |
| MenuActiveTrail::getCid | function | core/ |
Pagination
- Previous page
- Page 959
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.