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
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.
CollectPathsToExcludeEvent class core/modules/package_manager/src/Event/CollectPathsToExcludeEvent.php Defines an event that collects paths to exclude.
CollectPathsToExcludeEvent.php file core/modules/package_manager/src/Event/CollectPathsToExcludeEvent.php
CollectPathsToExcludeEvent::add function core/modules/package_manager/src/Event/CollectPathsToExcludeEvent.php
CollectPathsToExcludeEvent::addPathsRelativeToProjectRoot function core/modules/package_manager/src/Event/CollectPathsToExcludeEvent.php Flags paths to be ignored, relative to the project root.
CollectPathsToExcludeEvent::addPathsRelativeToWebRoot function core/modules/package_manager/src/Event/CollectPathsToExcludeEvent.php Flags paths to be ignored, relative to the web root.
CollectPathsToExcludeEvent::getAll function core/modules/package_manager/src/Event/CollectPathsToExcludeEvent.php
CollectPathsToExcludeEvent::scanForDirectoriesByName function core/modules/package_manager/src/Event/CollectPathsToExcludeEvent.php Finds all directories in the project root matching the given name.
CollectPathsToExcludeEvent::__construct function core/modules/package_manager/src/Event/CollectPathsToExcludeEvent.php Constructs a CollectPathsToExcludeEvent object.
CollectPathsToExcludeFailValidator class core/modules/package_manager/tests/modules/package_manager_test_validation/src/CollectPathsToExcludeFailValidator.php Allows to test an excluder which fails on CollectPathsToExcludeEvent.
CollectPathsToExcludeFailValidator.php file core/modules/package_manager/tests/modules/package_manager_test_validation/src/CollectPathsToExcludeFailValidator.php
CollectPathsToExcludeFailValidator::callToComposer function core/modules/package_manager/tests/modules/package_manager_test_validation/src/CollectPathsToExcludeFailValidator.php Fails when composer.json is deleted to simulate failure on excluders.
CollectPathsToExcludeFailValidator::getSubscribedEvents function core/modules/package_manager/tests/modules/package_manager_test_validation/src/CollectPathsToExcludeFailValidator.php
CollectPathsToExcludeFailValidator::__construct function core/modules/package_manager/tests/modules/package_manager_test_validation/src/CollectPathsToExcludeFailValidator.php Constructs a CollectPathsToExcludeFailValidator object.
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.
CommentDefaultFormatter::$entityDisplayRepository property core/modules/comment/src/Plugin/Field/FieldFormatter/CommentDefaultFormatter.php The entity display repository.
CommentDefaultFormatter::$storage property core/modules/comment/src/Plugin/Field/FieldFormatter/CommentDefaultFormatter.php The comment storage.
CommentEntityReferenceTest::testCommentOfUnpublishedNodeBypassAccess function core/modules/comment/tests/src/Functional/CommentEntityReferenceTest.php Tests that comments of unpublished are not shown.
CommentFieldAccessTest::testAccessToAdministrativeFields function core/modules/comment/tests/src/Kernel/CommentFieldAccessTest.php Tests permissions on comment fields.
CommentHooks::entityStorageLoad function core/modules/comment/src/Hook/CommentHooks.php Implements hook_entity_storage_load().

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