Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 10.3.x for to
  4. Search 11.x for to
  5. Other projects
Title Object type File name Summary
CKEditorToolbarButtonTest::$defaultTheme property core/modules/ckeditor/tests/src/Functional/CKEditorToolbarButtonTest.php The theme to install as the default for testing.
CKEditorToolbarButtonTest::$modules property core/modules/ckeditor/tests/src/Functional/CKEditorToolbarButtonTest.php Modules to enable for this test.
CKEditorToolbarButtonTest::setUp function core/modules/ckeditor/tests/src/Functional/CKEditorToolbarButtonTest.php
CKEditorToolbarButtonTest::testImageButtonDisplay function core/modules/ckeditor/tests/src/Functional/CKEditorToolbarButtonTest.php Method tests CKEditor image buttons.
ckeditor_ckeditor_css_alter function core/modules/ckeditor/ckeditor.module Implements hook_ckeditor_css_alter().
ckeditor_help function core/modules/ckeditor/ckeditor.module Implements hook_help().
ckeditor_library_info_alter function core/modules/ckeditor/ckeditor.module Implements hook_library_info_alter().
ckeditor_test.info.yml file core/modules/ckeditor/tests/modules/ckeditor_test.info.yml core/modules/ckeditor/tests/modules/ckeditor_test.info.yml
ckeditor_test.libraries.yml file core/modules/ckeditor/tests/modules/ckeditor_test.libraries.yml core/modules/ckeditor/tests/modules/ckeditor_test.libraries.yml
ckeditor_test.module file core/modules/ckeditor/tests/modules/ckeditor_test.module Helper module for the CKEditor tests.
ckeditor_test.routing.yml file core/modules/ckeditor/tests/modules/ckeditor_test.routing.yml core/modules/ckeditor/tests/modules/ckeditor_test.routing.yml
ckeditor_test.schema.yml file core/modules/ckeditor/tests/modules/config/schema/ckeditor_test.schema.yml core/modules/ckeditor/tests/modules/config/schema/ckeditor_test.schema.yml
ckeditor_test_ckeditor_css_alter function core/modules/ckeditor/tests/modules/ckeditor_test.module Implements hook_ckeditor_css_alter().
ckeditor_theme function core/modules/ckeditor/ckeditor.module Implements hook_theme().
ClaroPreRender::dropButton function core/themes/claro/src/ClaroPreRender.php Prerender callback for Dropbutton element.
ClaroTableDragTest::findWeightsToggle function core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroTableDragTest.php Finds the show/hide weight toggle element.
ClaroViewsUiTest::testViewsUiDropButtonCssClasses function core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroViewsUiTest.php Tests Views UI dropbutton CSS classes.
claro_preprocess_links__dropbutton function core/themes/claro/claro.theme Implements hook_preprocess_HOOK() for links__dropbutton.
claro_preprocess_links__dropbutton__operations function core/themes/claro/claro.theme Implements hook_preprocess_HOOK() for links__dropbutton__operations.
claro_views_ui_display_top_alter function core/themes/claro/claro.theme Implements hook_views_ui_display_top_alter().
ClassLoaderTest::testAutoloadFromModuleFile function core/modules/system/tests/src/Functional/Module/ClassLoaderTest.php Tests that .module files can use class constants in main section.
ClassyTemplatesIdenticalToStableTest class core/tests/Drupal/Tests/Core/Theme/ClassyTemplatesIdenticalToStableTest.php Confirms that certain Classy templates have identical equivalents in Stable.
ClassyTemplatesIdenticalToStableTest.php file core/tests/Drupal/Tests/Core/Theme/ClassyTemplatesIdenticalToStableTest.php
ClassyTemplatesIdenticalToStableTest::providerTestStableTemplatesIdenticalToClassy function core/tests/Drupal/Tests/Core/Theme/ClassyTemplatesIdenticalToStableTest.php A list of the Classy templates that have identical copies in Stable.
ClassyTemplatesIdenticalToStableTest::testStableTemplatesIdenticalToClassy function core/tests/Drupal/Tests/Core/Theme/ClassyTemplatesIdenticalToStableTest.php Confirms that certain Classy templates have equivalents in Stable.
ClientFactory class core/lib/Drupal/Core/Http/ClientFactory.php Helper class to construct a HTTP client with Drupal specific config.
ClientFactory.php file core/lib/Drupal/Core/Http/ClientFactory.php
ClientFactory::$stack property core/lib/Drupal/Core/Http/ClientFactory.php The handler stack.
ClientFactory::fromOptions function core/lib/Drupal/Core/Http/ClientFactory.php Constructs a new client object from some configuration.
ClientFactory::__construct function core/lib/Drupal/Core/Http/ClientFactory.php Constructs a new ClientFactory instance.
ClientFactoryTest class core/tests/Drupal/Tests/Core/Http/ClientFactoryTest.php @coversDefaultClass \Drupal\Core\Http\ClientFactory
@group Http
ClientFactoryTest.php file core/tests/Drupal/Tests/Core/Http/ClientFactoryTest.php
ClientFactoryTest::$factory property core/tests/Drupal/Tests/Core/Http/ClientFactoryTest.php The client factory under test.
ClientFactoryTest::providerTestCreateFromOptions function core/tests/Drupal/Tests/Core/Http/ClientFactoryTest.php Data provider for testCreateFromOptions
ClientFactoryTest::setUp function core/tests/Drupal/Tests/Core/Http/ClientFactoryTest.php
ClientFactoryTest::testCreateFromOptions function core/tests/Drupal/Tests/Core/Http/ClientFactoryTest.php @covers ::fromOptions
@dataProvider providerTestCreateFromOptions
CloseDialogCommand::$selector property core/lib/Drupal/Core/Ajax/CloseDialogCommand.php A CSS selector string of the dialog to close.
color.config_cache_invalidator service core/modules/color/color.services.yml Drupal\color\EventSubscriber\ColorConfigCacheInvalidator
Color::$configFactory property core/modules/color/src/Plugin/migrate/destination/Color.php The configuration factory.
Color::hexToRgb function core/lib/Drupal/Component/Utility/Color.php Parses a hexadecimal color string like '#abc' or '#aabbcc'.
Color::rgbToHex function core/lib/Drupal/Component/Utility/Color.php Converts RGB color arrays and RGB strings in CSS notation to lowercase
simple colors like '#aabbcc'.
ColorConfigCacheInvalidator class core/modules/color/src/EventSubscriber/ColorConfigCacheInvalidator.php A subscriber invalidating cache tags when color config objects are saved.
ColorConfigCacheInvalidator.php file core/modules/color/src/EventSubscriber/ColorConfigCacheInvalidator.php
ColorConfigCacheInvalidator::$cacheTagsInvalidator property core/modules/color/src/EventSubscriber/ColorConfigCacheInvalidator.php The cache tags invalidator.
ColorConfigCacheInvalidator::getSubscribedEvents function core/modules/color/src/EventSubscriber/ColorConfigCacheInvalidator.php
ColorConfigCacheInvalidator::onChange function core/modules/color/src/EventSubscriber/ColorConfigCacheInvalidator.php Invalidate cache tags when a color theme config object changes.
ColorConfigCacheInvalidator::__construct function core/modules/color/src/EventSubscriber/ColorConfigCacheInvalidator.php Constructs a ColorConfigCacheInvalidator object.
ColorTest::providerTestHexToRgb function core/tests/Drupal/Tests/Component/Utility/ColorTest.php Data provider for testHexToRgb().
ColorTest::providerTestRbgToHex function core/tests/Drupal/Tests/Component/Utility/ColorTest.php Data provider for testRgbToHex().
ColorTest::testHexToRgb function core/tests/Drupal/Tests/Component/Utility/ColorTest.php Tests Color::hexToRgb().

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