Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Other projects
Title Object type File name Summary
ClickSortingAJAXTest::$testViews property core/modules/views/tests/src/FunctionalJavascript/ClickSortingAJAXTest.php The views to use for testing.
ClickSortingAJAXTest::setUp function core/modules/views/tests/src/FunctionalJavascript/ClickSortingAJAXTest.php
ClickSortingAJAXTest::testClickSorting function core/modules/views/tests/src/FunctionalJavascript/ClickSortingAJAXTest.php Tests if sorting via AJAX works for the "Content" View.
ClientConnectionTransactionState.php file core/lib/Drupal/Core/Database/Transaction/ClientConnectionTransactionState.php
ClientErrorResponseSubscriber class core/lib/Drupal/Core/EventSubscriber/ClientErrorResponseSubscriber.php Response subscriber to set the '4xx-response' cache tag on 4xx responses.
ClientErrorResponseSubscriber.php file core/lib/Drupal/Core/EventSubscriber/ClientErrorResponseSubscriber.php
ClientErrorResponseSubscriber::getSubscribedEvents function core/lib/Drupal/Core/EventSubscriber/ClientErrorResponseSubscriber.php
ClientErrorResponseSubscriber::onRespond function core/lib/Drupal/Core/EventSubscriber/ClientErrorResponseSubscriber.php Sets the '4xx-response' cache tag on 4xx responses.
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 Tests Drupal\Core\Http\ClientFactory.
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 Tests create from options.
client_error_response_subscriber service core/core.services.yml Drupal\Core\EventSubscriber\ClientErrorResponseSubscriber
CloseDialogCommand class core/lib/Drupal/Core/Ajax/CloseDialogCommand.php Defines an AJAX command that closes the current active dialog.
CloseDialogCommand.php file core/lib/Drupal/Core/Ajax/CloseDialogCommand.php
CloseDialogCommand::$persist property core/lib/Drupal/Core/Ajax/CloseDialogCommand.php Whether to persist the dialog in the DOM or not.
CloseDialogCommand::$selector property core/lib/Drupal/Core/Ajax/CloseDialogCommand.php A CSS selector string of the dialog to close.
CloseDialogCommand::render function core/lib/Drupal/Core/Ajax/CloseDialogCommand.php Return an array to be run through json_encode and sent to the client.
CloseDialogCommand::__construct function core/lib/Drupal/Core/Ajax/CloseDialogCommand.php Constructs a CloseDialogCommand object.
CloseModalDialogCommand class core/lib/Drupal/Core/Ajax/CloseModalDialogCommand.php Defines an AJAX command that closes the currently visible modal dialog.
CloseModalDialogCommand.php file core/lib/Drupal/Core/Ajax/CloseModalDialogCommand.php
CloseModalDialogCommand::__construct function core/lib/Drupal/Core/Ajax/CloseModalDialogCommand.php Constructs a CloseModalDialogCommand object.
code-block.admin.css file core/modules/ckeditor5/css/code-block.admin.css .ckeditor5-toolbar-button-codeBlock {
background-image: url(../icons/code-block.svg);
}
CodeBlock class core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/CodeBlock.php CKEditor 5 Code Block plugin configuration.
CodeBlock.php file core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/CodeBlock.php
CodeBlock::buildConfigurationForm function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/CodeBlock.php Form constructor.
CodeBlock::defaultConfiguration function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/CodeBlock.php Gets default configuration for this plugin.
CodeBlock::getDynamicPluginConfig function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/CodeBlock.php Allows a plugin to modify its static configuration.
CodeBlock::parseLanguagesFromValue function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/CodeBlock.php Parses the line-based (for form) Code Block configuration.
CodeBlock::submitConfigurationForm function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/CodeBlock.php Form submission handler.
CodeBlock::validateConfigurationForm function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/CodeBlock.php Form validation handler.
collapse.css file core/modules/system/tests/themes/test_theme/css/collapse.css Test CSS asset file for test_theme.theme.
CollapsedSummariesTest class core/modules/node/tests/src/FunctionalJavascript/CollapsedSummariesTest.php Tests that outlines of node meta values are displayed in summaries and tabs.
CollapsedSummariesTest.php file core/modules/node/tests/src/FunctionalJavascript/CollapsedSummariesTest.php
CollapsedSummariesTest::$defaultTheme property core/modules/node/tests/src/FunctionalJavascript/CollapsedSummariesTest.php The theme to install as the default for testing.
CollapsedSummariesTest::$modules property core/modules/node/tests/src/FunctionalJavascript/CollapsedSummariesTest.php Modules to install.
CollapsedSummariesTest::setUp function core/modules/node/tests/src/FunctionalJavascript/CollapsedSummariesTest.php
CollapsedSummariesTest::testSummaries function core/modules/node/tests/src/FunctionalJavascript/CollapsedSummariesTest.php Confirm that summaries are provided for node meta at all widths.
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.

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