Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Other projects
Title Object type File name Summary
CheckProvider::loadDynamicRequirementMap function core/lib/Drupal/Core/Access/CheckProvider.php Compiles a mapping of requirement keys to access checker service IDs.
CheckProvider::setChecks function core/lib/Drupal/Core/Access/CheckProvider.php For each route, saves a list of applicable access checks to the route.
CheckProviderInterface interface core/lib/Drupal/Core/Access/CheckProviderInterface.php Provides the available access checkers by service IDs.
CheckProviderInterface.php file core/lib/Drupal/Core/Access/CheckProviderInterface.php
CheckProviderInterface::addCheckService function core/lib/Drupal/Core/Access/CheckProviderInterface.php Registers a new AccessCheck by service ID.
CheckProviderInterface::getChecksNeedRequest function core/lib/Drupal/Core/Access/CheckProviderInterface.php A list of checks that needs the request.
CheckProviderInterface::loadCheck function core/lib/Drupal/Core/Access/CheckProviderInterface.php Lazy-loads access check services.
CheckProviderInterface::setChecks function core/lib/Drupal/Core/Access/CheckProviderInterface.php For each route, saves a list of applicable access checks to the route.
CheckRequirementsTest class core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/CheckRequirementsTest.php Tests check requirements exception on DestinationBase.
CheckRequirementsTest.php file core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/CheckRequirementsTest.php
CheckRequirementsTest::testException function core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/CheckRequirementsTest.php Tests the check requirements exception message.
check_markup function core/modules/filter/filter.module Runs all the enabled filters on a piece of text.
check_url function core/includes/common.inc Strips dangerous protocols from a URI and encodes it for output to HTML.
Cherry class core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/Cherry.php Plugin annotation

@Plugin(
id = "cherry",
label = "Cherry",
color = "red"
)
Cherry.php file core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/Cherry.php
chili-sauce-umami.html file core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/es/recipe_instructions/chili-sauce-umami.html
chili-sauce-umami.html file core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/en/recipe_instructions/chili-sauce-umami.html
ChmodInterface interface core/lib/Drupal/Core/FileTransfer/ChmodInterface.php Defines an interface to chmod files.
ChmodInterface.php file core/lib/Drupal/Core/FileTransfer/ChmodInterface.php
ChmodInterface::chmodJailed function core/lib/Drupal/Core/FileTransfer/ChmodInterface.php Changes the permissions of the file / directory specified in $path
ChooseBlockController class core/modules/layout_builder/src/Controller/ChooseBlockController.php Defines a controller to choose a new block.
ChooseBlockController.php file core/modules/layout_builder/src/Controller/ChooseBlockController.php
ChooseBlockController::$blockManager property core/modules/layout_builder/src/Controller/ChooseBlockController.php The block manager.
ChooseBlockController::$currentUser property core/modules/layout_builder/src/Controller/ChooseBlockController.php The current user.
ChooseBlockController::$entityTypeManager property core/modules/layout_builder/src/Controller/ChooseBlockController.php The entity type manager.
ChooseBlockController::build function core/modules/layout_builder/src/Controller/ChooseBlockController.php Provides the UI for choosing a new block.
ChooseBlockController::create function core/modules/layout_builder/src/Controller/ChooseBlockController.php Instantiates a new instance of this class.
ChooseBlockController::getAjaxAttributes function core/modules/layout_builder/src/Controller/ChooseBlockController.php Get dialog attributes if an ajax request.
ChooseBlockController::getBlockLinks function core/modules/layout_builder/src/Controller/ChooseBlockController.php Gets a render array of block links.
ChooseBlockController::inlineBlockList function core/modules/layout_builder/src/Controller/ChooseBlockController.php Provides the UI for choosing a new inline block.
ChooseBlockController::__construct function core/modules/layout_builder/src/Controller/ChooseBlockController.php ChooseBlockController constructor.
ChooseSectionController class core/modules/layout_builder/src/Controller/ChooseSectionController.php Defines a controller to choose a new section.
ChooseSectionController.php file core/modules/layout_builder/src/Controller/ChooseSectionController.php
ChooseSectionController::$layoutManager property core/modules/layout_builder/src/Controller/ChooseSectionController.php The layout manager.
ChooseSectionController::build function core/modules/layout_builder/src/Controller/ChooseSectionController.php Choose a layout plugin to add as a section.
ChooseSectionController::create function core/modules/layout_builder/src/Controller/ChooseSectionController.php Instantiates a new instance of this class.
ChooseSectionController::__construct function core/modules/layout_builder/src/Controller/ChooseSectionController.php ChooseSectionController constructor.
CKEditor class core/modules/ckeditor/src/Plugin/Editor/CKEditor.php Defines a CKEditor-based text editor for Drupal.
ckeditor-dialog.css file core/themes/claro/css/theme/ckeditor-dialog.css CKEditor-native dialogs theming.
ckeditor-dialog.css file core/themes/seven/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.

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