Search for active
- Search 7.x for active
- Search 9.5.x for active
- Search 8.9.x for active
- Search 10.3.x for active
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| MenuActiveTrail::$routeMatch | property | core/ |
The route match object for the current page. |
| MenuActiveTrail::$service | property | core/ |
The real proxied service, after it was lazy loaded. |
| MenuActiveTrail::clear | function | core/ |
Clears the collected cache entry. |
| MenuActiveTrail::delete | function | core/ |
Deletes the element. |
| MenuActiveTrail::destruct | function | core/ |
Performs destruct operations. |
| MenuActiveTrail::doGetActiveTrailIds | function | core/ |
Helper method for ::getActiveTrailIds(). |
| MenuActiveTrail::get | function | core/ |
Gets value from the cache. |
| MenuActiveTrail::getActiveLink | function | core/ |
Fetches a menu link that matches the currently active route. |
| MenuActiveTrail::getActiveLink | function | core/ |
Fetches a menu link that matches the currently active route. |
| 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::getActiveTrailIds | function | core/ |
Gets the active trail IDs of the specified menu tree. |
| MenuActiveTrail::getCid | function | core/ |
|
| MenuActiveTrail::has | function | core/ |
Returns whether data exists for this key. |
| MenuActiveTrail::lazyLoadItself | function | core/ |
Lazy loads the real service from the container. |
| MenuActiveTrail::reset | function | core/ |
Resets the local cache. |
| MenuActiveTrail::resolveCacheMiss | function | core/ |
|
| MenuActiveTrail::set | function | core/ |
Sets cache data. |
| MenuActiveTrail::__construct | function | core/ |
Constructs a \Drupal\Core\Menu\MenuActiveTrail object. |
| MenuActiveTrail::__construct | function | core/ |
Constructs a ProxyClass Drupal proxy object. |
| MenuActiveTrailInterface | interface | core/ |
Defines an interface for the active menu trail service. |
| MenuActiveTrailInterface.php | file | core/ |
|
| MenuActiveTrailInterface::getActiveLink | function | core/ |
Fetches a menu link that matches the currently active route. |
| MenuActiveTrailInterface::getActiveTrailIds | function | core/ |
Gets the active trail IDs of the specified menu tree. |
| MenuActiveTrailsCacheContext | class | core/ |
Defines the MenuActiveTrailsCacheContext service. |
| MenuActiveTrailsCacheContext.php | file | core/ |
|
| MenuActiveTrailsCacheContext::getCacheableMetadata | function | core/ |
Gets cacheability metadata for the context based on the parameter value. |
| MenuActiveTrailsCacheContext::getContext | function | core/ |
Returns the string representation of the cache context. |
| MenuActiveTrailsCacheContext::getLabel | function | core/ |
Returns the label of the cache context. |
| MenuActiveTrailsCacheContext::__construct | function | core/ |
Constructs a MenuActiveTrailsCacheContext object. |
| MenuActiveTrailTest | class | core/ |
Tests the active menu trail service. |
| MenuActiveTrailTest.php | file | core/ |
|
| MenuActiveTrailTest::$cache | property | core/ |
The mocked cache backend. |
| MenuActiveTrailTest::$cacheTagsInvalidator | property | core/ |
The mocked cache tags invalidator. |
| MenuActiveTrailTest::$currentRouteMatch | property | core/ |
The current route match service. |
| MenuActiveTrailTest::$lock | property | core/ |
The mocked lock. |
| MenuActiveTrailTest::$menuActiveTrail | property | core/ |
The tested active menu trail service. |
| MenuActiveTrailTest::$menuLinkManager | property | core/ |
The mocked menu link manager. |
| MenuActiveTrailTest::$pathMatcher | property | core/ |
The mocked path matcher. |
| MenuActiveTrailTest::$requestStack | property | core/ |
The test request stack. |
| MenuActiveTrailTest::provider | function | core/ |
Provides test data for all test methods. |
| MenuActiveTrailTest::setUp | function | core/ |
|
| MenuActiveTrailTest::testGetActiveLink | function | core/ |
Tests getActiveLink(). |
| MenuActiveTrailTest::testGetActiveLinkReturnsFrontPageLinkAtTheFrontPage | function | core/ |
Tests that getActiveLink() returns a <front> route link for a route that is the front page and has no other links. |
| MenuActiveTrailTest::testGetActiveTrailIds | function | core/ |
Tests getActiveTrailIds(). |
| MenuActiveTrailTest::testGetCid | function | core/ |
Tests getCid() |
| MenuLinkTreeElement::$inActiveTrail | property | core/ |
Whether this link is in the active trail. |
| MenuTreeParameters::$activeTrail | property | core/ |
The IDs from the currently active menu link to the root of the whole tree. |
| MenuTreeParameters::setActiveTrail | function | core/ |
Sets the active trail IDs used to set the inActiveTrail property. |
| ModuleExtensionList::getActiveProfile | function | core/ |
Gets the processed active profile object, or null. |
| PagerTest::testActiveClass | function | core/ |
Tests markup and CSS classes of pager links. |
Pagination
- Previous page
- Page 5
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.