Search for all

  1. Search 7.x for all
  2. Search 8.9.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Other projects
Title Object type File name Summary
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.
ContextualLinksPlaceholder::preRenderPlaceholder function core/modules/contextual/src/Element/ContextualLinksPlaceholder.php Pre-render callback: Renders a contextual links placeholder into #markup.
ContextualLinksTest class core/modules/contextual/tests/src/FunctionalJavascript/ContextualLinksTest.php Tests the UI for correct contextual links.
ContextualLinksTest class core/modules/layout_builder/tests/src/FunctionalJavascript/ContextualLinksTest.php Test contextual links compatibility with the Layout Builder.
ContextualLinksTest class core/modules/node/tests/src/FunctionalJavascript/ContextualLinksTest.php Create a node with revisions and test contextual links.
ContextualLinksTest.php file core/modules/node/tests/src/FunctionalJavascript/ContextualLinksTest.php
ContextualLinksTest.php file core/modules/contextual/tests/src/FunctionalJavascript/ContextualLinksTest.php
ContextualLinksTest.php file core/modules/layout_builder/tests/src/FunctionalJavascript/ContextualLinksTest.php
ContextualLinksTest::$defaultTheme property core/modules/layout_builder/tests/src/FunctionalJavascript/ContextualLinksTest.php The theme to install as the default for testing.
ContextualLinksTest::$defaultTheme property core/modules/node/tests/src/FunctionalJavascript/ContextualLinksTest.php The theme to install as the default for testing.
ContextualLinksTest::$defaultTheme property core/modules/contextual/tests/src/FunctionalJavascript/ContextualLinksTest.php The theme to install as the default for testing.
ContextualLinksTest::$modules property core/modules/contextual/tests/src/FunctionalJavascript/ContextualLinksTest.php Modules to enable.
ContextualLinksTest::$modules property core/modules/layout_builder/tests/src/FunctionalJavascript/ContextualLinksTest.php Modules to enable.
ContextualLinksTest::$modules property core/modules/node/tests/src/FunctionalJavascript/ContextualLinksTest.php Modules to enable.
ContextualLinksTest::$nodes property core/modules/node/tests/src/FunctionalJavascript/ContextualLinksTest.php An array of node revisions.
ContextualLinksTest::addBlock function core/modules/layout_builder/tests/src/FunctionalJavascript/ContextualLinksTest.php Adds block to the layout via Layout Builder's UI.
ContextualLinksTest::assertCorrectContextualLinksInNode function core/modules/layout_builder/tests/src/FunctionalJavascript/ContextualLinksTest.php Asserts the contextual links are correct on the canonical entity route.
ContextualLinksTest::assertCorrectContextualLinksInUi function core/modules/layout_builder/tests/src/FunctionalJavascript/ContextualLinksTest.php Asserts the contextual links are correct in Layout Builder UI.
ContextualLinksTest::setUp function core/modules/layout_builder/tests/src/FunctionalJavascript/ContextualLinksTest.php
ContextualLinksTest::setUp function core/modules/contextual/tests/src/FunctionalJavascript/ContextualLinksTest.php
ContextualLinksTest::setUp function core/modules/node/tests/src/FunctionalJavascript/ContextualLinksTest.php
ContextualLinksTest::testContextualLinks function core/modules/layout_builder/tests/src/FunctionalJavascript/ContextualLinksTest.php Tests that the contextual links inside Layout Builder are removed.
ContextualLinksTest::testContextualLinksClick function core/modules/contextual/tests/src/FunctionalJavascript/ContextualLinksTest.php Tests clicking contextual links.
ContextualLinksTest::testContextualLinksDestination function core/modules/contextual/tests/src/FunctionalJavascript/ContextualLinksTest.php Tests the contextual links destination.
ContextualLinksTest::testContextualLinksDestinationWithQuery function core/modules/contextual/tests/src/FunctionalJavascript/ContextualLinksTest.php Tests the contextual links destination with query.
ContextualLinksTest::testContextualLinksVisibility function core/modules/contextual/tests/src/FunctionalJavascript/ContextualLinksTest.php Tests the visibility of contextual links.
ContextualLinksTest::testRevisionContextualLinks function core/modules/node/tests/src/FunctionalJavascript/ContextualLinksTest.php Tests the contextual links on revisions.
ContextualUnitTest class core/modules/contextual/tests/src/Kernel/ContextualUnitTest.php Tests edge cases for converting between contextual links and IDs.
ContextualUnitTest.php file core/modules/contextual/tests/src/Kernel/ContextualUnitTest.php
ContextualUnitTest::$modules property core/modules/contextual/tests/src/Kernel/ContextualUnitTest.php Modules to enable.
ContextualUnitTest::contextualLinksDataProvider function core/modules/contextual/tests/src/Kernel/ContextualUnitTest.php Provides testcases for both test functions.
ContextualUnitTest::testContextualIdToLinks function core/modules/contextual/tests/src/Kernel/ContextualUnitTest.php Tests the conversion from contextual ID to links.
ContextualUnitTest::testContextualLinksToId function core/modules/contextual/tests/src/Kernel/ContextualUnitTest.php Tests the conversion from contextual links to IDs.
ContextualValidatorInterface interface core/lib/Drupal/Core/TypedData/Validation/ContextualValidatorInterface.php Extends the contextual validator validate method by a new parameter.
ContextualValidatorInterface.php file core/lib/Drupal/Core/TypedData/Validation/ContextualValidatorInterface.php
ContextualValidatorInterface::validate function core/lib/Drupal/Core/TypedData/Validation/ContextualValidatorInterface.php Validates a value against a constraint or a list of constraints.

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