Search for check

  1. Search 7.x for check
  2. Search 9.5.x for check
  3. Search 8.9.x for check
  4. Search 10.3.x for check
  5. Other projects
Title Object type File name Summary
CheckpointStorageTest::$modules property core/tests/Drupal/KernelTests/Core/Config/Storage/Checkpoint/CheckpointStorageTest.php Modules to install.
CheckpointStorageTest::$storage property core/tests/Drupal/Tests/Core/Config/Checkpoint/CheckpointStorageTest.php The checkpoint storage under test.
CheckpointStorageTest::getConfigImporter function core/tests/Drupal/KernelTests/Core/Config/Storage/Checkpoint/CheckpointStorageTest.php Gets the configuration importer.
CheckpointStorageTest::readMethodsProvider function core/tests/Drupal/Tests/Core/Config/Checkpoint/CheckpointStorageTest.php Provide the methods that work transparently.
CheckpointStorageTest::setRandomFixtureConfig function core/tests/Drupal/Tests/Core/Config/Checkpoint/CheckpointStorageTest.php Generate random config in the memory storage.
CheckpointStorageTest::setUp function core/tests/Drupal/KernelTests/Core/Config/Storage/Checkpoint/CheckpointStorageTest.php
CheckpointStorageTest::setUp function core/tests/Drupal/Tests/Core/Config/Checkpoint/CheckpointStorageTest.php
CheckpointStorageTest::testCheckpointCreation function core/tests/Drupal/Tests/Core/Config/Checkpoint/CheckpointStorageTest.php @covers ::checkpoint[[api-linebreak]]
@covers \Drupal\Core\Config\Checkpoint\Checkpoint[[api-linebreak]]
CheckpointStorageTest::testCollections function core/tests/Drupal/Tests/Core/Config/Checkpoint/CheckpointStorageTest.php @covers ::getAllCollectionNames[[api-linebreak]]
@covers ::getCollectionName[[api-linebreak]]
@covers ::createCollection[[api-linebreak]]
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 @covers ::encode[[api-linebreak]]
@covers ::decode[[api-linebreak]]
CheckpointStorageTest::testReadOperations function core/tests/Drupal/Tests/Core/Config/Checkpoint/CheckpointStorageTest.php @covers ::exists[[api-linebreak]]
@covers ::read[[api-linebreak]]
@covers ::readMultiple[[api-linebreak]]
@covers ::listAll[[api-linebreak]]
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 @covers ::write[[api-linebreak]]
@covers ::delete[[api-linebreak]]
@covers ::rename[[api-linebreak]]
@covers ::deleteAll[[api-linebreak]]
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.
CKEditor5StylesheetsMessage::checkForStylesheetsEquivalent function core/modules/ckeditor5/src/CKEditor5StylesheetsMessage.php Checks themes using ckeditor_stylesheets for CKEditor 5 equivalents.
CommandLineOrUnsafeMethod::check function core/lib/Drupal/Core/PageCache/RequestPolicy/CommandLineOrUnsafeMethod.php Determines whether delivery of a cached page should be attempted.
CommentAccessControlHandler::checkAccess function core/modules/comment/src/CommentAccessControlHandler.php Performs access checks.
CommentAccessControlHandler::checkCreateAccess function core/modules/comment/src/CommentAccessControlHandler.php Performs create access checks.
CommentAccessControlHandler::checkFieldAccess function core/modules/comment/src/CommentAccessControlHandler.php Default field access as determined by this access control handler.
CommentEntityTranslation::checkRequirements function core/modules/comment/src/Plugin/migrate/source/d7/CommentEntityTranslation.php Checks if requirements for this plugin are OK.

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