Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search 11.x for %s
  6. Other projects
Title Object type File name Summary
ContextualLinkManager::getContextualLinkPluginsByGroup function core/lib/Drupal/Core/Menu/ContextualLinkManager.php
ContextualLinkManager::getContextualLinksArrayByGroup function core/lib/Drupal/Core/Menu/ContextualLinkManager.php
ContextualLinkManager::getDiscovery function core/lib/Drupal/Core/Menu/ContextualLinkManager.php
ContextualLinkManager::processDefinition function core/lib/Drupal/Core/Menu/ContextualLinkManager.php
ContextualLinkManager::__construct function core/lib/Drupal/Core/Menu/ContextualLinkManager.php Constructs a new ContextualLinkManager instance.
ContextualLinkManagerInterface::getContextualLinkPluginsByGroup function core/lib/Drupal/Core/Menu/ContextualLinkManagerInterface.php Gets the contextual link plugins by contextual link group.
ContextualLinkManagerInterface::getContextualLinksArrayByGroup function core/lib/Drupal/Core/Menu/ContextualLinkManagerInterface.php Gets the contextual links prepared as expected by links.html.twig.
ContextualLinkManagerTest class core/tests/Drupal/Tests/Core/Menu/ContextualLinkManagerTest.php Tests Drupal\Core\Menu\ContextualLinkManager.
ContextualLinkManagerTest.php file core/tests/Drupal/Tests/Core/Menu/ContextualLinkManagerTest.php
ContextualLinkManagerTest::$accessManager property core/tests/Drupal/Tests/Core/Menu/ContextualLinkManagerTest.php The access manager.
ContextualLinkManagerTest::$account property core/tests/Drupal/Tests/Core/Menu/ContextualLinkManagerTest.php The account.
ContextualLinkManagerTest::$cacheBackend property core/tests/Drupal/Tests/Core/Menu/ContextualLinkManagerTest.php The cache backend used in the test.
ContextualLinkManagerTest::$contextualLinkManager property core/tests/Drupal/Tests/Core/Menu/ContextualLinkManagerTest.php The tested contextual link manager.
ContextualLinkManagerTest::$moduleHandler property core/tests/Drupal/Tests/Core/Menu/ContextualLinkManagerTest.php The mocked module handler.
ContextualLinkManagerTest::$pluginDiscovery property core/tests/Drupal/Tests/Core/Menu/ContextualLinkManagerTest.php The mocked plugin discovery.
ContextualLinkManagerTest::setUp function core/tests/Drupal/Tests/Core/Menu/ContextualLinkManagerTest.php
ContextualLinkManagerTest::setUpMockCacheBackend function core/tests/Drupal/Tests/Core/Menu/ContextualLinkManagerTest.php Reinitializes the cache backend as a mock object.
ContextualLinkManagerTest::setUpMockDiscovery function core/tests/Drupal/Tests/Core/Menu/ContextualLinkManagerTest.php Initializes the plugin discovery as a mock object.
ContextualLinkManagerTest::testGetContextualLinkPluginsByGroup function core/tests/Drupal/Tests/Core/Menu/ContextualLinkManagerTest.php Tests the getContextualLinkPluginsByGroup method.
ContextualLinkManagerTest::testGetContextualLinkPluginsByGroupWithCache function core/tests/Drupal/Tests/Core/Menu/ContextualLinkManagerTest.php Tests the getContextualLinkPluginsByGroup method with a prefilled cache.
ContextualLinkManagerTest::testGetContextualLinksArrayByGroup function core/tests/Drupal/Tests/Core/Menu/ContextualLinkManagerTest.php Tests the getContextualLinksArrayByGroup method.
ContextualLinkManagerTest::testGetContextualLinksArrayByGroupAccessCheck function core/tests/Drupal/Tests/Core/Menu/ContextualLinkManagerTest.php Tests the access checking of the getContextualLinksArrayByGroup method.
ContextualLinkManagerTest::testPluginDefinitionAlter function core/tests/Drupal/Tests/Core/Menu/ContextualLinkManagerTest.php Tests the plugins alter hook.
ContextualLinkManagerTest::testProcessDefinitionWithoutGroup function core/tests/Drupal/Tests/Core/Menu/ContextualLinkManagerTest.php Tests processDefinition() by passing a plugin definition without a group.
ContextualLinkManagerTest::testProcessDefinitionWithoutRoute function core/tests/Drupal/Tests/Core/Menu/ContextualLinkManagerTest.php Tests processDefinition() by passing a plugin definition without a route.
ContextualLinks class core/modules/contextual/src/Element/ContextualLinks.php Provides a contextual_links element.
ContextualLinks class core/modules/contextual/src/Plugin/views/field/ContextualLinks.php Provides a handler that adds contextual links.
ContextualLinks.php file core/modules/contextual/src/Element/ContextualLinks.php
ContextualLinks.php file core/modules/contextual/src/Plugin/views/field/ContextualLinks.php
ContextualLinks::$contextualLinksSerializer property core/modules/contextual/src/Plugin/views/field/ContextualLinks.php The contextual links serializer service.
ContextualLinks::buildOptionsForm function core/modules/contextual/src/Plugin/views/field/ContextualLinks.php
ContextualLinks::contextualLinkManager function core/modules/contextual/src/Element/ContextualLinks.php Wraps the contextual link manager.
ContextualLinks::defineOptions function core/modules/contextual/src/Plugin/views/field/ContextualLinks.php
ContextualLinks::getInfo function core/modules/contextual/src/Element/ContextualLinks.php
ContextualLinks::moduleHandler function core/modules/contextual/src/Element/ContextualLinks.php Wraps the module handler.
ContextualLinks::preRender function core/modules/contextual/src/Plugin/views/field/ContextualLinks.php
ContextualLinks::preRenderLinks function core/modules/contextual/src/Element/ContextualLinks.php Pre-render callback: Builds a renderable array for contextual links.
ContextualLinks::query function core/modules/contextual/src/Plugin/views/field/ContextualLinks.php
ContextualLinks::render function core/modules/contextual/src/Plugin/views/field/ContextualLinks.php Overrides \Drupal\views\Plugin\views\field\FieldPluginBase::render().
ContextualLinks::usesGroupBy function core/modules/contextual/src/Plugin/views/field/ContextualLinks.php
ContextualLinks::__construct function core/modules/contextual/src/Plugin/views/field/ContextualLinks.php
ContextualLinksHelper class core/modules/views/src/ContextualLinksHelper.php Views contextual links helper service.
ContextualLinksHelper.php file core/modules/views/src/ContextualLinksHelper.php
ContextualLinksHelper::addLinks function core/modules/views/src/ContextualLinksHelper.php Adds view's display contextual links to a renderable array.
ContextualLinksHelper::__construct function core/modules/views/src/ContextualLinksHelper.php
ContextualLinksNegotiator class core/modules/contextual/src/Theme/ContextualLinksNegotiator.php Set the theme according to the parameter passed to the controller.
ContextualLinksNegotiator.php file core/modules/contextual/src/Theme/ContextualLinksNegotiator.php
ContextualLinksNegotiator::applies function core/modules/contextual/src/Theme/ContextualLinksNegotiator.php
ContextualLinksNegotiator::determineActiveTheme function core/modules/contextual/src/Theme/ContextualLinksNegotiator.php
ContextualLinksNegotiator::__construct function core/modules/contextual/src/Theme/ContextualLinksNegotiator.php

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