Search for context

  1. Search 7.x for context
  2. Search 9.5.x for context
  3. Search 8.9.x for context
  4. Search 11.x for context
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Context class core/lib/Drupal/Core/Plugin/Context/Context.php A Drupal specific context wrapper class.
Context class core/lib/Drupal/Component/Plugin/Context/Context.php A generic context class for wrapping data a plugin needs to operate.

All search results

Title Object type File name Summary
ContextualLinkManager::$accessManager property core/lib/Drupal/Core/Menu/ContextualLinkManager.php The access manager.
ContextualLinkManager::$account property core/lib/Drupal/Core/Menu/ContextualLinkManager.php The current user.
ContextualLinkManager::$controllerResolver property core/lib/Drupal/Core/Menu/ContextualLinkManager.php A controller resolver object.
ContextualLinkManager::$defaults property core/lib/Drupal/Core/Menu/ContextualLinkManager.php Provides default values for a contextual link definition.
ContextualLinkManager::$languageManager property core/lib/Drupal/Core/Menu/ContextualLinkManager.php The language manager.
ContextualLinkManager::$pluginsByGroup property core/lib/Drupal/Core/Menu/ContextualLinkManager.php A static cache of all the contextual link plugins by group name.
ContextualLinkManager::$requestStack property core/lib/Drupal/Core/Menu/ContextualLinkManager.php The request stack.
ContextualLinkManager::clearCachedDefinitions function core/lib/Drupal/Core/Menu/ContextualLinkManager.php Clears static and persistent plugin definition caches.
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 Gets the plugin discovery.
ContextualLinkManager::processDefinition function core/lib/Drupal/Core/Menu/ContextualLinkManager.php Performs extra processing on plugin definitions.
ContextualLinkManager::__construct function core/lib/Drupal/Core/Menu/ContextualLinkManager.php Constructs a new ContextualLinkManager instance.
ContextualLinkManagerInterface interface core/lib/Drupal/Core/Menu/ContextualLinkManagerInterface.php Provides an object which returns the available contextual links.
ContextualLinkManagerInterface.php file core/lib/Drupal/Core/Menu/ContextualLinkManagerInterface.php
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 @coversDefaultClass \Drupal\Core\Menu\ContextualLinkManager
@group Menu
ContextualLinkManagerTest.php file core/tests/Drupal/Tests/Core/Menu/ContextualLinkManagerTest.php
ContextualLinkManagerTest::$accessManager property core/tests/Drupal/Tests/Core/Menu/ContextualLinkManagerTest.php The mocked access manager.
ContextualLinkManagerTest::$account property core/tests/Drupal/Tests/Core/Menu/ContextualLinkManagerTest.php The mocked 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::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::buildOptionsForm function core/modules/contextual/src/Plugin/views/field/ContextualLinks.php Default option form that provides label widget that all fields should have.
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 Information about options for all kinds of purposes will be held here.
ContextualLinks::getInfo function core/modules/contextual/src/Element/ContextualLinks.php Returns the element properties for this element.
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 Runs before any fields are rendered.
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 Called to add the field to a query.
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 Provides the handler some groupby.
ContextualLinksPlaceholder class core/modules/contextual/src/Element/ContextualLinksPlaceholder.php Provides a contextual_links_placeholder element.
ContextualLinksPlaceholder.php file core/modules/contextual/src/Element/ContextualLinksPlaceholder.php
ContextualLinksPlaceholder::getInfo function core/modules/contextual/src/Element/ContextualLinksPlaceholder.php Returns the element properties for this element.

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