Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
CheckProvider::$checksNeedsRequest property core/lib/Drupal/Core/Access/CheckProvider.php Array of access checks which only will be run on the incoming request.
CheckProvider::$staticRequirementMap property core/lib/Drupal/Core/Access/CheckProvider.php An array to map static requirement keys to service IDs.
CheckProvider::addCheckService function core/lib/Drupal/Core/Access/CheckProvider.php Registers a new AccessCheck by service ID.
CheckProvider::applies function core/lib/Drupal/Core/Access/CheckProvider.php Determine which registered access checks apply to a route.
CheckProvider::getChecksNeedRequest function core/lib/Drupal/Core/Access/CheckProvider.php A list of checks that needs the request.
CheckProvider::setChecks function core/lib/Drupal/Core/Access/CheckProvider.php For each route, saves a list of applicable access checks to the route.
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::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.
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
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-dialog.css file core/themes/seven/css/theme/ckeditor-dialog.css CKEditor-native dialogs theming.
ckeditor-dialog.css file core/themes/claro/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.
ckeditor.admin.css file core/modules/ckeditor/css/ckeditor.admin.css Styles for configuration of CKEditor module.
ckeditor.css file core/modules/ckeditor/css/ckeditor.css .ckeditor-dialog-loading {
position: absolute;
top: 0;
width: 100%;
text-align: center;
}

.ckeditor-dialog-loading-link {
position: relative;
top: 0;
display: inline-block;
padding: 3px 10px;
-webkit-user-select: none;
ckeditor.css file core/themes/stable/css/ckeditor/ckeditor.css .ckeditor-dialog-loading {
position: absolute;
top: 0;
width: 100%;
text-align: center;
}

.ckeditor-dialog-loading-link {
position: relative;
top: 0;
display: inline-block;
padding: 3px 10px;
-webkit-user-select: none;
ckeditor.drupalimagecaption.css file core/themes/stable/css/ckeditor/plugins/drupalimagecaption/ckeditor.drupalimagecaption.css Image Caption: overrides to make centered alignment work inside CKEditor.
ckeditor.drupalimagecaption.css file core/modules/ckeditor/css/plugins/drupalimagecaption/ckeditor.drupalimagecaption.css Image Caption: overrides to make centered alignment work inside CKEditor.
ckeditor.drupalmedia.css file core/modules/media/css/plugins/drupalmedia/ckeditor.drupalmedia.css Media embed: overrides to make focus styles and alignment work in CKEditor.
ckeditor.language.css file core/themes/stable/css/ckeditor/plugins/language/ckeditor.language.css Language: add styling for elements that have a language attribute.

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