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
CronRunTest::$defaultTheme property core/modules/system/tests/src/Functional/System/CronRunTest.php The theme to install as the default for testing.
CronRunTest::$modules property core/modules/system/tests/src/Functional/System/CronRunTest.php Modules to enable.
CronRunTest::testAutomatedCron function core/modules/system/tests/src/Functional/System/CronRunTest.php Ensure that the automated cron run module is working.
CronRunTest::testCronExceptions function core/modules/system/tests/src/Functional/System/CronRunTest.php Make sure exceptions thrown on hook_cron() don't affect other modules.
CronRunTest::testCronRun function core/modules/system/tests/src/Functional/System/CronRunTest.php Test cron runs.
CronRunTest::testCronUI function core/modules/system/tests/src/Functional/System/CronRunTest.php Make sure the cron UI reads from the state storage.
CronRunTest::testManualCron function core/modules/system/tests/src/Functional/System/CronRunTest.php Ensure that the manual cron run is working.
cron_queue_test.info.yml file core/modules/system/tests/modules/cron_queue_test/cron_queue_test.info.yml core/modules/system/tests/modules/cron_queue_test/cron_queue_test.info.yml
Crop::arguments function core/modules/system/src/Plugin/ImageToolkit/Operation/gd/Crop.php Returns the definition of the operation arguments.
Crop::validateArguments function core/modules/system/src/Plugin/ImageToolkit/Operation/gd/Crop.php Validates the arguments.
CropImageEffect::getSummary function core/modules/image/src/Plugin/ImageEffect/CropImageEffect.php Returns a render array summarizing the configuration of the image effect.
CropImageEffect::submitConfigurationForm function core/modules/image/src/Plugin/ImageEffect/CropImageEffect.php Form submission handler.
CrudTest class core/modules/rdf/tests/src/Kernel/CrudTest.php Tests the RDF mapping CRUD functions.
CrudTest.php file core/modules/rdf/tests/src/Kernel/CrudTest.php
CrudTest::$bundle property core/modules/rdf/tests/src/Kernel/CrudTest.php
CrudTest::$entityType property core/modules/rdf/tests/src/Kernel/CrudTest.php
CrudTest::$modules property core/modules/rdf/tests/src/Kernel/CrudTest.php Modules to enable.
CrudTest::$prefix property core/modules/rdf/tests/src/Kernel/CrudTest.php
CrudTest::setUp function core/modules/rdf/tests/src/Kernel/CrudTest.php
CrudTest::testBundleMapping function core/modules/rdf/tests/src/Kernel/CrudTest.php Test the handling of bundle mappings.
CrudTest::testFieldMapping function core/modules/rdf/tests/src/Kernel/CrudTest.php Test the handling of field mappings.
CrudTest::testMappingCreation function core/modules/rdf/tests/src/Kernel/CrudTest.php Tests creation of RDF mapping.
Crypt::hashBase64 function core/lib/Drupal/Component/Utility/Crypt.php Calculates a base-64 encoded, URL-safe sha-256 hash.
Crypt::hashEquals function core/lib/Drupal/Component/Utility/Crypt.php Compares strings in constant time.
Crypt::hmacBase64 function core/lib/Drupal/Component/Utility/Crypt.php Calculates a base-64 encoded, URL-safe sha-256 hmac.
Crypt::randomBytes function core/lib/Drupal/Component/Utility/Crypt.php Returns a string of highly randomized bytes (over the full 8-bit range).
Crypt::randomBytesBase64 function core/lib/Drupal/Component/Utility/Crypt.php Returns a URL-safe, base64 encoded string of highly randomized bytes.
CryptTest class core/tests/Drupal/Tests/Component/Utility/CryptTest.php Tests random byte generation.
CryptTest.php file core/tests/Drupal/Tests/Component/Utility/CryptTest.php
CryptTest::providerTestHashBase64 function core/tests/Drupal/Tests/Component/Utility/CryptTest.php Provides data for self::testHashBase64().
CryptTest::providerTestHmacBase64 function core/tests/Drupal/Tests/Component/Utility/CryptTest.php Provides data for self::testHmacBase64().
CryptTest::providerTestHmacBase64Invalid function core/tests/Drupal/Tests/Component/Utility/CryptTest.php Provides data for self::testHmacBase64().
CryptTest::testHashBase64 function core/tests/Drupal/Tests/Component/Utility/CryptTest.php Tests hash generation.
CryptTest::testHashEquals function core/tests/Drupal/Tests/Component/Utility/CryptTest.php Legacy test of Drupal\Component\Utility\Crypt::hashEquals() method.
CryptTest::testHmacBase64 function core/tests/Drupal/Tests/Component/Utility/CryptTest.php Tests HMAC generation.
CryptTest::testHmacBase64Invalid function core/tests/Drupal/Tests/Component/Utility/CryptTest.php Tests the hmacBase64 method with invalid parameters.
CryptTest::testRandomBytes function core/tests/Drupal/Tests/Component/Utility/CryptTest.php Tests random byte generation.
CsrfAccessCheck class core/lib/Drupal/Core/Access/CsrfAccessCheck.php Allows access to routes to be controlled by a '_csrf_token' parameter.
CsrfAccessCheck.php file core/lib/Drupal/Core/Access/CsrfAccessCheck.php
CsrfAccessCheck::$csrfToken property core/lib/Drupal/Core/Access/CsrfAccessCheck.php The CSRF token generator.
CsrfAccessCheck::access function core/lib/Drupal/Core/Access/CsrfAccessCheck.php Checks access based on a CSRF token for the request.
CsrfAccessCheck::__construct function core/lib/Drupal/Core/Access/CsrfAccessCheck.php Constructs a CsrfAccessCheck object.
CsrfAccessCheckTest class core/tests/Drupal/Tests/Core/Access/CsrfAccessCheckTest.php @coversDefaultClass \Drupal\Core\Access\CsrfAccessCheck[[api-linebreak]]
@group Access
CsrfAccessCheckTest.php file core/tests/Drupal/Tests/Core/Access/CsrfAccessCheckTest.php
CsrfAccessCheckTest::$accessCheck property core/tests/Drupal/Tests/Core/Access/CsrfAccessCheckTest.php The access checker.
CsrfAccessCheckTest::$csrfToken property core/tests/Drupal/Tests/Core/Access/CsrfAccessCheckTest.php The mock CSRF token generator.
CsrfAccessCheckTest::$routeMatch property core/tests/Drupal/Tests/Core/Access/CsrfAccessCheckTest.php The mock route match.
CsrfAccessCheckTest::setUp function core/tests/Drupal/Tests/Core/Access/CsrfAccessCheckTest.php
CsrfAccessCheckTest::testAccessTokenPass function core/tests/Drupal/Tests/Core/Access/CsrfAccessCheckTest.php Tests the access() method with a valid token.
CsrfAccessCheckTest::testCsrfTokenInvalid function core/tests/Drupal/Tests/Core/Access/CsrfAccessCheckTest.php @covers ::access[[api-linebreak]]

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