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 10.3.x for to
  5. Other projects
Title Object type File name Summary
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
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().
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.
CkeditorTestHooks class core/modules/ckeditor5/tests/modules/ckeditor_test/src/Hook/CkeditorTestHooks.php Hook implementations for ckeditor_test.
CkeditorTestHooks.php file core/modules/ckeditor5/tests/modules/ckeditor_test/src/Hook/CkeditorTestHooks.php
CkeditorTestHooks::editorInfoAlter function core/modules/ckeditor5/tests/modules/ckeditor_test/src/Hook/CkeditorTestHooks.php Implements hook_editor_info_alter().
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.
ClassResolverConstraintValidator class core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/ClassResolverConstraintValidator.php Validates if a method on a service or instantiated object returns true.
ClassResolverConstraintValidator.php file core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/ClassResolverConstraintValidator.php
ClassResolverConstraintValidator::create function core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/ClassResolverConstraintValidator.php Instantiates a new instance of this class.
ClassResolverConstraintValidator::validate function core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/ClassResolverConstraintValidator.php
ClassResolverConstraintValidator::__construct function core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/ClassResolverConstraintValidator.php
ClassResolverConstraintValidatorTest class core/tests/Drupal/KernelTests/Core/TypedData/ClassResolverConstraintValidatorTest.php Tests ClassResolver validation constraint with both valid and invalid values.
ClassResolverConstraintValidatorTest.php file core/tests/Drupal/KernelTests/Core/TypedData/ClassResolverConstraintValidatorTest.php
ClassResolverConstraintValidatorTest::$typedData property core/tests/Drupal/KernelTests/Core/TypedData/ClassResolverConstraintValidatorTest.php The typed data manager to use.
ClassResolverConstraintValidatorTest::provideServiceValidationCases function core/tests/Drupal/KernelTests/Core/TypedData/ClassResolverConstraintValidatorTest.php Data provider for service validation test cases.
ClassResolverConstraintValidatorTest::setUp function core/tests/Drupal/KernelTests/Core/TypedData/ClassResolverConstraintValidatorTest.php
ClassResolverConstraintValidatorTest::testNonExistingClass function core/tests/Drupal/KernelTests/Core/TypedData/ClassResolverConstraintValidatorTest.php Test missing class case.
ClassResolverConstraintValidatorTest::testNonExistingMethod function core/tests/Drupal/KernelTests/Core/TypedData/ClassResolverConstraintValidatorTest.php Test missing method case.
ClassResolverConstraintValidatorTest::testValidationForService function core/tests/Drupal/KernelTests/Core/TypedData/ClassResolverConstraintValidatorTest.php @dataProvider provideServiceValidationCases
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[[api-linebreak]]
@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[[api-linebreak]]
@dataProvider providerTestCreateFromOptions

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