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 main for %s
  6. Other projects
Title Object type File name Summary
ContextualLinksTest::testRevisionContextualLinks function core/modules/node/tests/src/FunctionalJavascript/ContextualLinksTest.php Tests the contextual links on revisions.
ContextualTestHooks class core/modules/contextual/tests/modules/contextual_test/src/Hook/ContextualTestHooks.php Hook implementations for contextual_test.
ContextualTestHooks.php file core/modules/contextual/tests/modules/contextual_test/src/Hook/ContextualTestHooks.php
ContextualTestHooks::blockViewAlter function core/modules/contextual/tests/modules/contextual_test/src/Hook/ContextualTestHooks.php Implements hook_block_view_alter().
ContextualTestHooks::contextualLinksViewAlter function core/modules/contextual/tests/modules/contextual_test/src/Hook/ContextualTestHooks.php Implements hook_contextual_links_view_alter().
ContextualTestHooks::pageAttachmentsAlter function core/modules/contextual/tests/modules/contextual_test/src/Hook/ContextualTestHooks.php Implements hook_page_attachments_alter().
ContextualThemeHooks class core/modules/contextual/src/Hook/ContextualThemeHooks.php Hook implementations for contextual.
ContextualThemeHooks.php file core/modules/contextual/src/Hook/ContextualThemeHooks.php
ContextualThemeHooks::preprocess function core/modules/contextual/src/Hook/ContextualThemeHooks.php Implements hook_preprocess().
ContextualThemeHooks::__construct function core/modules/contextual/src/Hook/ContextualThemeHooks.php
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 install.
ContextualUnitTest::contextualLinksDataProvider function core/modules/contextual/tests/src/Kernel/ContextualUnitTest.php Provides test cases 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.
ContextualUnitTest::testThemePlaceholder function core/modules/contextual/tests/src/Kernel/ContextualUnitTest.php Tests the placeholder of contextual links in a specific theme.
ContextualViewsHooks class core/modules/contextual/src/Hook/ContextualViewsHooks.php Hook implementations for contextual.
ContextualViewsHooks.php file core/modules/contextual/src/Hook/ContextualViewsHooks.php
ContextualViewsHooks::viewsDataAlter function core/modules/contextual/src/Hook/ContextualViewsHooks.php Implements hook_views_data_alter().
contextual_links.css file core/themes/admin/migration/css/components/contextual_links.css .contextual {
z-index: 100;
}

.contextual .trigger {
box-sizing: border-box;
width: 32px !important;
height: 32px !important;
border-radius: 50%;
box-shadow: 0 2px 4px rgb(0, 0, 0, 0.15);
}

.contextual .trigger::before {
position:…
contextual_links.css file core/themes/default_admin/migration/css/components/contextual_links.css Contextual links styles.
contextual_links.pcss.css file core/themes/default_admin/migration/css/components/contextual_links.pcss.css Contextual links styles.
contextual_removed_post_updates function core/modules/contextual/contextual.post_update.php Implements hook_removed_post_updates().
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.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
controlgroup.css file core/assets/vendor/jquery.ui/themes/base/controlgroup.css /*!
* jQuery UI Controlgroup 1.14.1
* https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* https://jquery.org/license
*
* https://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::$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::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::entityTypeManager function core/lib/Drupal/Core/Controller/ControllerBase.php Retrieves the entity type manager.
ControllerBase::formBuilder function core/lib/Drupal/Core/Controller/ControllerBase.php Returns the form builder service.
ControllerBase::keyValue function core/lib/Drupal/Core/Controller/ControllerBase.php Returns a key/value storage collection.
ControllerBase::languageManager function core/lib/Drupal/Core/Controller/ControllerBase.php Returns the language manager service.
ControllerBase::moduleHandler function core/lib/Drupal/Core/Controller/ControllerBase.php Returns the module handler.
ControllerBase::redirect function core/lib/Drupal/Core/Controller/ControllerBase.php Returns a redirect response object for the specified route.

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