Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
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 Test clicking contextual links.
ContextualLinksTest::testContextualLinksDestination function core/modules/contextual/tests/src/FunctionalJavascript/ContextualLinksTest.php Test the contextual links destination.
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 all edge cases of converting from #contextual_links to ids and vice
versa.
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::testContextualIdToLinks function core/modules/contextual/tests/src/Kernel/ContextualUnitTest.php Tests _contextual_id_to_links().
ContextualUnitTest::testContextualLinksToId function core/modules/contextual/tests/src/Kernel/ContextualUnitTest.php Tests _contextual_links_to_id().
ContextualUnitTest::_contextual_links_id_testcases function core/modules/contextual/tests/src/Kernel/ContextualUnitTest.php Provides testcases for testContextualLinksToId() and
contextual_contextual_links_view_alter function core/modules/contextual/contextual.module Implements hook_contextual_links_view_alter().
contextual_page_attachments function core/modules/contextual/contextual.module Implements hook_page_attachments().
contextual_post_update_fixed_endpoint_and_markup function core/modules/contextual/contextual.post_update.php Ensure new page loads use the updated JS and get the updated markup.
contextual_preprocess function core/modules/contextual/contextual.module Implements hook_preprocess().
contextual_test.info.yml file core/modules/contextual/tests/modules/contextual_test/contextual_test.info.yml core/modules/contextual/tests/modules/contextual_test/contextual_test.info.yml
contextual_test.links.contextual.yml file core/modules/contextual/tests/modules/contextual_test/contextual_test.links.contextual.yml core/modules/contextual/tests/modules/contextual_test/contextual_test.links.contextual.yml
contextual_test.module file core/modules/contextual/tests/modules/contextual_test/contextual_test.module Provides test contextual link on blocks.
contextual_test.routing.yml file core/modules/contextual/tests/modules/contextual_test/contextual_test.routing.yml core/modules/contextual/tests/modules/contextual_test/contextual_test.routing.yml
contextual_test_block_view_alter function core/modules/contextual/tests/modules/contextual_test/contextual_test.module Implements hook_block_view_alter().
contextual_test_contextual_links_view_alter function core/modules/contextual/tests/modules/contextual_test/contextual_test.module Implements hook_contextual_links_view_alter().
contextual_test_page_attachments_alter function core/modules/contextual/tests/modules/contextual_test/contextual_test.module Implements hook_page_attachments_alter().
contextual_views_data_alter function core/modules/contextual/contextual.views.inc Implements hook_views_data_alter().
controlgroup.css file core/assets/vendor/jquery.ui/themes/base/controlgroup.css /*!
* jQuery UI Controlgroup 1.12.1
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
* http://api.jqueryui.com/controlgroup/#theming
ControllerBase class core/lib/Drupal/Core/Controller/ControllerBase.php Utility base class for thin controllers.
ControllerBase.php file core/lib/Drupal/Core/Controller/ControllerBase.php
ControllerBase::$configFactory property core/lib/Drupal/Core/Controller/ControllerBase.php The configuration factory.
ControllerBase::$currentUser property core/lib/Drupal/Core/Controller/ControllerBase.php The current user service.
ControllerBase::$entityFormBuilder property core/lib/Drupal/Core/Controller/ControllerBase.php The entity form builder.
ControllerBase::$entityManager property core/lib/Drupal/Core/Controller/ControllerBase.php The entity manager.
ControllerBase::$entityTypeManager property core/lib/Drupal/Core/Controller/ControllerBase.php The entity type manager.
ControllerBase::$formBuilder property core/lib/Drupal/Core/Controller/ControllerBase.php The form builder.
ControllerBase::$keyValue property core/lib/Drupal/Core/Controller/ControllerBase.php The key-value storage.
ControllerBase::$languageManager property core/lib/Drupal/Core/Controller/ControllerBase.php The language manager.
ControllerBase::$moduleHandler property core/lib/Drupal/Core/Controller/ControllerBase.php The module handler.
ControllerBase::$stateService property core/lib/Drupal/Core/Controller/ControllerBase.php The state service.
ControllerBase::cache function core/lib/Drupal/Core/Controller/ControllerBase.php Returns the requested cache bin.
ControllerBase::config function core/lib/Drupal/Core/Controller/ControllerBase.php Retrieves a configuration object.
ControllerBase::container function core/lib/Drupal/Core/Controller/ControllerBase.php Returns the service container.
ControllerBase::create function core/lib/Drupal/Core/Controller/ControllerBase.php Instantiates a new instance of this class.
ControllerBase::currentUser function core/lib/Drupal/Core/Controller/ControllerBase.php Returns the current user.
ControllerBase::entityFormBuilder function core/lib/Drupal/Core/Controller/ControllerBase.php Retrieves the entity form builder.
ControllerBase::entityManager function core/lib/Drupal/Core/Controller/ControllerBase.php Retrieves the entity manager service.
ControllerBase::entityTypeManager function core/lib/Drupal/Core/Controller/ControllerBase.php Retrieves the entity type manager.

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