Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 8.9.x for to
  4. Search 11.x for to
  5. Other projects
Title Object type File name Summary
ckeditor5_test.ckeditor5.yml file core/modules/ckeditor5/tests/modules/ckeditor5_test/ckeditor5_test.ckeditor5.yml core/modules/ckeditor5/tests/modules/ckeditor5_test/ckeditor5_test.ckeditor5.yml
ckeditor5_test.info.yml file core/modules/ckeditor5/tests/modules/ckeditor5_test/ckeditor5_test.info.yml core/modules/ckeditor5/tests/modules/ckeditor5_test/ckeditor5_test.info.yml
ckeditor5_test.libraries.yml file core/modules/ckeditor5/tests/modules/ckeditor5_test/ckeditor5_test.libraries.yml core/modules/ckeditor5/tests/modules/ckeditor5_test/ckeditor5_test.libraries.yml
ckeditor5_test.routing.yml file core/modules/ckeditor5/tests/modules/ckeditor5_test/ckeditor5_test.routing.yml core/modules/ckeditor5/tests/modules/ckeditor5_test/ckeditor5_test.routing.yml
ckeditor5_test_module_allowed_image.info.yml file core/modules/ckeditor5/tests/modules/ckeditor5_test_module_allowed_image/ckeditor5_test_module_allowed_image.info.yml core/modules/ckeditor5/tests/modules/ckeditor5_test_module_allowed_image/ckeditor5_test_module_allowed_image.info.yml
ckeditor5_test_module_allowed_image.module file core/modules/ckeditor5/tests/modules/ckeditor5_test_module_allowed_image/ckeditor5_test_module_allowed_image.module A module to add a custom image type for CKEditor 5.
ckeditor5_test_module_allowed_image_ckeditor5_plugin_info_alter function core/modules/ckeditor5/tests/modules/ckeditor5_test_module_allowed_image/ckeditor5_test_module_allowed_image.module Implements hook_ckeditor5_plugin_info_alter().
ckeditor5_theme function core/modules/ckeditor5/ckeditor5.module Implements hook_theme().
CKEditorStylesheetsWarningTest class core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditorStylesheetsWarningTest.php Tests warnings when ckeditor_stylesheets do not have CKEditor 5 equivalents.
CKEditorStylesheetsWarningTest.php file core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditorStylesheetsWarningTest.php
CKEditorStylesheetsWarningTest::installThemeThatTriggersWarning function core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditorStylesheetsWarningTest.php Installs and enables themes for testing.
CKEditorStylesheetsWarningTest::providerTestWarningFilterUi function core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditorStylesheetsWarningTest.php Data provider for testWarningFilterUI().
CKEditorStylesheetsWarningTest::setUp function core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditorStylesheetsWarningTest.php
CKEditorStylesheetsWarningTest::testWarningFilterUi function core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditorStylesheetsWarningTest.php Test the ckeditor_stylesheets warning in the filter UI.
ckeditor_test.info.yml file core/modules/ckeditor5/tests/modules/ckeditor_test/ckeditor_test.info.yml core/modules/ckeditor5/tests/modules/ckeditor_test/ckeditor_test.info.yml
ckeditor_test.module file core/modules/ckeditor5/tests/modules/ckeditor_test/ckeditor_test.module
ckeditor_test_editor_info_alter function core/modules/ckeditor5/tests/modules/ckeditor_test/ckeditor_test.module Implements hook_editor_info_alter().
ClaroTableDragTest::$indentationXpathSelector property core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroTableDragTest.php Xpath selector for finding tabledrag indentation elements in a table row.
ClaroTableDragTest::$tabledragChangedXpathSelector property core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroTableDragTest.php Xpath selector for finding the tabledrag changed marker.
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_toolbar function core/themes/claro/claro.theme Implements hook_preprocess_toolbar().
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.
ClassWriter::flushAlteredCodeToFile function core/tests/Drupal/TestTools/PhpUnitCompatibility/ClassWriter.php Flushes altered class code to file when necessary.
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::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 or strings to lowercase CSS notation.
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().
ColorTest::testRgbToHex function core/tests/Drupal/Tests/Component/Utility/ColorTest.php Tests Color::rgbToHex().
comment.tokens.inc file core/modules/comment/comment.tokens.inc Builds placeholder replacement tokens for comment-related data.
Comment::getOwner function core/modules/comment/src/Entity/Comment.php Returns the entity owner's user entity.
CommentAccessTest::testCannotCommentOnEntitiesYouCannotView function core/modules/comment/tests/src/Functional/CommentAccessTest.php Tests commenting disabled for access-blocked entities.
CommentAdminOverview::$commentStorage property core/modules/comment/src/Form/CommentAdminOverview.php The comment storage.
CommentAdminOverview::$tempStoreFactory property core/modules/comment/src/Form/CommentAdminOverview.php The tempstore factory.
CommentBulkFormTest::testConstructor function core/modules/comment/tests/src/Unit/Plugin/views/field/CommentBulkFormTest.php Tests the constructor assignment of actions.
CommentController::$entityRepository property core/modules/comment/src/Controller/CommentController.php The entity repository.

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