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. Search 11.x for all
  6. Other projects
Title Object type File name Summary
CheckpointStorageTest::testCollections function core/tests/Drupal/Tests/Core/Config/Checkpoint/CheckpointStorageTest.php Tests collections.
CheckpointStorageTest::testConfigCreate function core/tests/Drupal/KernelTests/Core/Config/Storage/Checkpoint/CheckpointStorageTest.php Tests the create operation of checkpoint storage.
CheckpointStorageTest::testConfigDelete function core/tests/Drupal/KernelTests/Core/Config/Storage/Checkpoint/CheckpointStorageTest.php Tests the delete operation of checkpoint storage.
CheckpointStorageTest::testConfigRename function core/tests/Drupal/KernelTests/Core/Config/Storage/Checkpoint/CheckpointStorageTest.php Tests the rename operation of checkpoint storage.
CheckpointStorageTest::testConfigSaveAndRead function core/tests/Drupal/KernelTests/Core/Config/Storage/Checkpoint/CheckpointStorageTest.php Tests the save and read operations of checkpoint storage.
CheckpointStorageTest::testEncodeDecode function core/tests/Drupal/Tests/Core/Config/Checkpoint/CheckpointStorageTest.php Tests encode decode.
CheckpointStorageTest::testReadOperations function core/tests/Drupal/Tests/Core/Config/Checkpoint/CheckpointStorageTest.php Tests read operations.
CheckpointStorageTest::testRevert function core/tests/Drupal/KernelTests/Core/Config/Storage/Checkpoint/CheckpointStorageTest.php Tests the revert operation of checkpoint storage.
CheckpointStorageTest::testRevertWithCollections function core/tests/Drupal/KernelTests/Core/Config/Storage/Checkpoint/CheckpointStorageTest.php Tests the rename operation of checkpoint storage with collections.
CheckpointStorageTest::testWriteOperations function core/tests/Drupal/Tests/Core/Config/Checkpoint/CheckpointStorageTest.php Tests write operations.
CheckpointStorageTest::writeMethodsProvider function core/tests/Drupal/Tests/Core/Config/Checkpoint/CheckpointStorageTest.php Provide the methods that throw an exception.
CheckProvider class core/lib/Drupal/Core/Access/CheckProvider.php Loads access checkers from the container.
CheckProvider.php file core/lib/Drupal/Core/Access/CheckProvider.php
CheckProvider::$checkIds property core/lib/Drupal/Core/Access/CheckProvider.php Array of registered access check service ids.
CheckProvider::$checkMethods property core/lib/Drupal/Core/Access/CheckProvider.php Array of access check method names keyed by service ID.
CheckProvider::$checks property core/lib/Drupal/Core/Access/CheckProvider.php Array of access check objects keyed by service id.
CheckProvider::$checksNeedsRequest property core/lib/Drupal/Core/Access/CheckProvider.php Array of access checks which only will be run on the incoming request.
CheckProvider::$dynamicRequirementMap property core/lib/Drupal/Core/Access/CheckProvider.php An array to map dynamic requirement keys to service IDs.
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::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
ChildWithDeprecatedMethod class core/tests/Drupal/Tests/TestTools/ErrorHandler/DrupalDebugClassLoaderTest.php Fixture: cross-module child with deprecated method.
ChildWithDeprecatedMethod::testMethod function core/tests/Drupal/Tests/TestTools/ErrorHandler/DrupalDebugClassLoaderTest.php
ChildWithNativeReturnType class core/tests/Drupal/Tests/TestTools/ErrorHandler/DrupalDebugClassLoaderTest.php Fixture: cross-module child with native return type.
ChildWithNativeReturnType::testMethod function core/tests/Drupal/Tests/TestTools/ErrorHandler/DrupalDebugClassLoaderTest.php
ChildWithoutOverride class core/tests/Drupal/Tests/TestTools/ErrorHandler/DrupalDebugClassLoaderTest.php Fixture: cross-module child that does not override the method.
ChildWithoutReturnType class core/tests/Drupal/Tests/TestTools/ErrorHandler/DrupalDebugClassLoaderTest.php Fixture: cross-module child without native return type.
ChildWithoutReturnType::testMethod function core/tests/Drupal/Tests/TestTools/ErrorHandler/DrupalDebugClassLoaderTest.php
ChildWithReturnAnnotation class core/tests/Drupal/Tests/TestTools/ErrorHandler/DrupalDebugClassLoaderTest.php Fixture: cross-module child with own
ChildWithReturnAnnotation::testMethod function core/tests/Drupal/Tests/TestTools/ErrorHandler/DrupalDebugClassLoaderTest.php

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