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
CheckProvider::loadCheck function core/lib/Drupal/Core/Access/CheckProvider.php Lazy-loads access check services.
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.
CheckProvider::__construct function core/lib/Drupal/Core/Access/CheckProvider.php Constructs a CheckProvider object.
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.
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
ChildSandboxManager class core/modules/package_manager/tests/src/Unit/SandboxManagerBaseTest.php Test class for testing the child stage.
ChildSandboxManager::$type property core/modules/package_manager/tests/src/Unit/SandboxManagerBaseTest.php The stage type.
ChildSandboxManager::__construct function core/modules/package_manager/tests/src/Unit/SandboxManagerBaseTest.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.
CHooks class core/modules/system/tests/modules/HookOrder/ccc_hook_order_test/src/Hook/CHooks.php Provides hook implementations for testing the execution order of hooks.
CHooks.php file core/modules/system/tests/modules/HookOrder/ccc_hook_order_test/src/Hook/CHooks.php
CHooks::testBothParametersHook function core/modules/system/tests/modules/HookOrder/ccc_hook_order_test/src/Hook/CHooks.php Implements hook_test_hook().
CHooks::testHook function core/modules/system/tests/modules/HookOrder/ccc_hook_order_test/src/Hook/CHooks.php Implements hook_test_hook().
CHooks::testHookFirst function core/modules/system/tests/modules/HookOrder/ccc_hook_order_test/src/Hook/CHooks.php Implements hook_test_hook().
CHooks::testHookRemoved function core/modules/system/tests/modules/HookOrder/ccc_hook_order_test/src/Hook/CHooks.php Implements hook_test_hook().
CHooks::testHookReorderFirst function core/modules/system/tests/modules/HookOrder/ccc_hook_order_test/src/Hook/CHooks.php Implements hook_test_hook().
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.
CircularDependencyHooks class core/modules/system/tests/modules/HookLoader/hook_loader_test/src/Hook/CircularDependencyHooks.php Example to test that a hook service can depend on ModuleHandler.
CircularDependencyHooks.php file core/modules/system/tests/modules/HookLoader/hook_loader_test/src/Hook/CircularDependencyHooks.php

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