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
Callbacks::imageButtonCallback function core/modules/system/tests/modules/ajax_forms_test/src/Callbacks.php Ajax callback to confirm image button was submitted.
CallbackTest::strToLower function core/modules/migrate/tests/src/Unit/process/CallbackTest.php Makes a string lowercase for testing purposes.
CancelUser::$tempStoreFactory property core/modules/user/src/Plugin/Action/CancelUser.php The tempstore factory.
CategoryAutocompleteController class core/modules/block/src/Controller/CategoryAutocompleteController.php Returns autocomplete responses for block categories.
CategoryAutocompleteController.php file core/modules/block/src/Controller/CategoryAutocompleteController.php
CategoryAutocompleteController::$blockManager property core/modules/block/src/Controller/CategoryAutocompleteController.php The block manager.
CategoryAutocompleteController::autocomplete function core/modules/block/src/Controller/CategoryAutocompleteController.php Retrieves suggestions for block category autocompletion.
CategoryAutocompleteController::create function core/modules/block/src/Controller/CategoryAutocompleteController.php Instantiates a new instance of this class.
CategoryAutocompleteController::__construct function core/modules/block/src/Controller/CategoryAutocompleteController.php Constructs a new CategoryAutocompleteController.
CategoryAutocompleteTest class core/modules/block/tests/src/Unit/CategoryAutocompleteTest.php @coversDefaultClass \Drupal\block\Controller\CategoryAutocompleteController
@group block
CategoryAutocompleteTest.php file core/modules/block/tests/src/Unit/CategoryAutocompleteTest.php
CategoryAutocompleteTest::$autocompleteController property core/modules/block/tests/src/Unit/CategoryAutocompleteTest.php The autocomplete controller.
CategoryAutocompleteTest::providerTestAutocompleteSuggestions function core/modules/block/tests/src/Unit/CategoryAutocompleteTest.php Data provider for testAutocompleteSuggestions().
CategoryAutocompleteTest::setUp function core/modules/block/tests/src/Unit/CategoryAutocompleteTest.php
CategoryAutocompleteTest::testAutocompleteSuggestions function core/modules/block/tests/src/Unit/CategoryAutocompleteTest.php Tests the autocomplete method.
ChainedFastBackendFactory class core/lib/Drupal/Core/Cache/ChainedFastBackendFactory.php Defines the chained fast cache backend factory.
ChainedFastBackendFactory.php file core/lib/Drupal/Core/Cache/ChainedFastBackendFactory.php
ChainedFastBackendFactory::$consistentServiceName property core/lib/Drupal/Core/Cache/ChainedFastBackendFactory.php The service name of the consistent backend factory.
ChainedFastBackendFactory::$fastServiceName property core/lib/Drupal/Core/Cache/ChainedFastBackendFactory.php The service name of the fast backend factory.
ChainedFastBackendFactory::get function core/lib/Drupal/Core/Cache/ChainedFastBackendFactory.php Instantiates a chained, fast cache backend class for a given cache bin.
ChainedFastBackendFactory::__construct function core/lib/Drupal/Core/Cache/ChainedFastBackendFactory.php Constructs ChainedFastBackendFactory object.
ChainedFastBackendTest::testFallThroughToConsistentCache function core/tests/Drupal/Tests/Core/Cache/ChainedFastBackendTest.php Tests a fast cache miss gets data from the consistent cache backend.
ChainEntityResolverTest::testResolverWithResolvedToZero function core/modules/serialization/tests/src/Unit/EntityResolver/ChainEntityResolverTest.php Test the resolve method where one resolver returns 0.
ChainRequestPolicyTest::testStopChainOnFirstDeny function core/tests/Drupal/Tests/Core/PageCache/ChainRequestPolicyTest.php Asserts that check() returns immediately when a rule returned DENY.
ChainResponsePolicyTest::testStopChainOnFirstDeny function core/tests/Drupal/Tests/Core/PageCache/ChainResponsePolicyTest.php Asserts that check() returns immediately when a rule returned DENY.
ChangedCommand::$selector property core/lib/Drupal/Core/Ajax/ChangedCommand.php A CSS selector string.
CKEditor class core/modules/ckeditor/src/Plugin/Editor/CKEditor.php Defines a CKEditor-based text editor for Drupal.
ckeditor-dialog.css file core/themes/seven/css/theme/ckeditor-dialog.css CKEditor-native dialogs theming.
ckeditor-dialog.css file core/themes/claro/css/theme/ckeditor-dialog.css CKEditor-native dialogs theming.
ckeditor-dialog.pcss.css file core/themes/claro/css/theme/ckeditor-dialog.pcss.css CKEditor-native dialogs theming.
ckeditor-editor.css file core/themes/claro/css/theme/ckeditor-editor.css CKEditor appearance overrides.
ckeditor-editor.pcss.css file core/themes/claro/css/theme/ckeditor-editor.pcss.css CKEditor appearance overrides.
ckeditor-frame.css file core/themes/claro/css/theme/ckeditor-frame.css CKEditor frame styles.
ckeditor-frame.pcss.css file core/themes/claro/css/theme/ckeditor-frame.pcss.css CKEditor frame styles.
ckeditor-iframe.css file core/themes/stable/css/ckeditor/ckeditor-iframe.css /**
* CSS added to iframe-based instances only.
*/
body {
margin: 8px;
color: #222;
background-color: #fff;
font-family: Arial, Verdana, sans-serif;
font-size: 15px;
}

@media screen and (max-width: 600px) {
/* A font-size of 16px…
ckeditor-iframe.css file core/modules/ckeditor/css/ckeditor-iframe.css /**
* CSS added to iframe-based instances only.
*/
body {
margin: 8px;
color: #222;
background-color: #fff;
font-family: Arial, Verdana, sans-serif;
font-size: 15px;
}

@media screen and (max-width: 600px) {
/* A font-size of 16px…
ckeditor-settings-toolbar.html.twig file core/modules/ckeditor/templates/ckeditor-settings-toolbar.html.twig Default theme implementation for the CKEditor settings toolbar.
ckeditor-settings-toolbar.html.twig file core/themes/stable/templates/admin/ckeditor-settings-toolbar.html.twig Theme override for the CKEditor settings toolbar.
ckeditor.admin.css file core/themes/stable/css/ckeditor/ckeditor.admin.css Styles for configuration of CKEditor module.
ckeditor.admin.css file core/modules/ckeditor/css/ckeditor.admin.css Styles for configuration of CKEditor module.
ckeditor.admin.inc file core/modules/ckeditor/ckeditor.admin.inc Callbacks and theming for the CKEditor toolbar configuration UI.
ckeditor.api.php file core/modules/ckeditor/ckeditor.api.php Documentation for CKEditor module APIs.
ckeditor.css file core/modules/ckeditor/css/ckeditor.css .ckeditor-dialog-loading {
position: absolute;
top: 0;
width: 100%;
text-align: center;
}

.ckeditor-dialog-loading-link {
position: relative;
top: 0;
display: inline-block;
padding: 3px 10px;
-webkit-user-select: none;
ckeditor.css file core/themes/stable/css/ckeditor/ckeditor.css .ckeditor-dialog-loading {
position: absolute;
top: 0;
width: 100%;
text-align: center;
}

.ckeditor-dialog-loading-link {
position: relative;
top: 0;
display: inline-block;
padding: 3px 10px;
-webkit-user-select: none;
ckeditor.drupalimagecaption.css file core/themes/stable/css/ckeditor/plugins/drupalimagecaption/ckeditor.drupalimagecaption.css Image Caption: overrides to make centered alignment work inside CKEditor.
ckeditor.drupalimagecaption.css file core/modules/ckeditor/css/plugins/drupalimagecaption/ckeditor.drupalimagecaption.css Image Caption: overrides to make centered alignment work inside CKEditor.
ckeditor.drupalmedia.css file core/modules/media/css/plugins/drupalmedia/ckeditor.drupalmedia.css Media embed: overrides to make focus styles and alignment work in CKEditor.
ckeditor.info.yml file core/modules/ckeditor/ckeditor.info.yml core/modules/ckeditor/ckeditor.info.yml
ckeditor.language.css file core/modules/ckeditor/css/plugins/language/ckeditor.language.css Language: add styling for elements that have a language attribute.
ckeditor.language.css file core/themes/stable/css/ckeditor/plugins/language/ckeditor.language.css Language: add styling for elements that have a language attribute.

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