Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| CheckProvider::$checkIds | property | core/ |
Array of registered access check service ids. |
| CheckProvider::$checkMethods | property | core/ |
Array of access check method names keyed by service ID. |
| CheckProvider::$checks | property | core/ |
Array of access check objects keyed by service id. |
| CheckProvider::$checksNeedsRequest | property | core/ |
Array of access checks which only will be run on the incoming request. |
| CheckProvider::$dynamicRequirementMap | property | core/ |
An array to map dynamic requirement keys to service IDs. |
| CheckProvider::$staticRequirementMap | property | core/ |
An array to map static requirement keys to service IDs. |
| CheckProvider::addCheckService | function | core/ |
|
| CheckProvider::applies | function | core/ |
Determine which registered access checks apply to a route. |
| CheckProvider::getChecksNeedRequest | function | core/ |
|
| CheckProvider::loadCheck | function | core/ |
|
| CheckProvider::loadDynamicRequirementMap | function | core/ |
Compiles a mapping of requirement keys to access checker service IDs. |
| CheckProvider::setChecks | function | core/ |
|
| CheckProvider::__construct | function | core/ |
Constructs a CheckProvider object. |
| CheckProviderInterface | interface | core/ |
Provides the available access checkers by service IDs. |
| CheckProviderInterface.php | file | core/ |
|
| CheckProviderInterface::addCheckService | function | core/ |
Registers a new AccessCheck by service ID. |
| CheckProviderInterface::getChecksNeedRequest | function | core/ |
A list of checks that needs the request. |
| CheckProviderInterface::loadCheck | function | core/ |
Lazy-loads access check services. |
| CheckProviderInterface::setChecks | function | core/ |
For each route, saves a list of applicable access checks to the route. |
| CheckRequirementsTest | class | core/ |
Tests check requirements exception on DestinationBase. |
| CheckRequirementsTest.php | file | core/ |
|
| CheckRequirementsTest::testException | function | core/ |
Tests the check requirements exception message. |
| check_markup | function | core/ |
Runs all the enabled filters on a piece of text. |
| Cherry | class | core/ |
Plugin annotation @Plugin( id = "cherry", label = "Cherry", color = "red" ) |
| Cherry.php | file | core/ |
|
| ChildSandboxManager | class | core/ |
Test class for testing the child stage. |
| ChildSandboxManager::$type | property | core/ |
The stage type. |
| ChildSandboxManager::__construct | function | core/ |
|
| ChildWithDeprecatedMethod | class | core/ |
Fixture: cross-module child with deprecated method. |
| ChildWithDeprecatedMethod::testMethod | function | core/ |
|
| ChildWithNativeReturnType | class | core/ |
Fixture: cross-module child with native return type. |
| ChildWithNativeReturnType::testMethod | function | core/ |
|
| ChildWithoutOverride | class | core/ |
Fixture: cross-module child that does not override the method. |
| ChildWithoutReturnType | class | core/ |
Fixture: cross-module child without native return type. |
| ChildWithoutReturnType::testMethod | function | core/ |
|
| ChildWithReturnAnnotation | class | core/ |
Fixture: cross-module child with own |
| ChildWithReturnAnnotation::testMethod | function | core/ |
|
| chili-sauce-umami.html | file | core/ |
|
| chili-sauce-umami.html | file | core/ |
|
| CHooks | class | core/ |
Provides hook implementations for testing the execution order of hooks. |
| CHooks.php | file | core/ |
|
| CHooks::testBothParametersHook | function | core/ |
Implements hook_test_hook(). |
| CHooks::testHook | function | core/ |
Implements hook_test_hook(). |
| CHooks::testHookFirst | function | core/ |
Implements hook_test_hook(). |
| CHooks::testHookRemoved | function | core/ |
Implements hook_test_hook(). |
| CHooks::testHookReorderFirst | function | core/ |
Implements hook_test_hook(). |
| ChooseBlockController | class | core/ |
Defines a controller to choose a new block. |
| ChooseBlockController.php | file | core/ |
|
| ChooseBlockController::$blockManager | property | core/ |
The block manager. |
| ChooseBlockController::$currentUser | property | core/ |
The current user. |
Pagination
- Previous page
- Page 167
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.