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 11.x for all
  5. Search main for all
  6. Other projects
Title Object type File name Summary
CronSuspendQueueDelayTest.php file core/tests/Drupal/Tests/Core/Cron/CronSuspendQueueDelayTest.php
CronSuspendQueueDelayTest::$cronConstructorArguments property core/tests/Drupal/Tests/Core/Cron/CronSuspendQueueDelayTest.php Constructor arguments for \Drupal\Core\Cron.
CronSuspendQueueDelayTest::$workerA property core/tests/Drupal/Tests/Core/Cron/CronSuspendQueueDelayTest.php A worker for testing.
CronSuspendQueueDelayTest::$workerB property core/tests/Drupal/Tests/Core/Cron/CronSuspendQueueDelayTest.php A worker for testing.
CronSuspendQueueDelayTest::providerSuspendQueueThreshold function core/tests/Drupal/Tests/Core/Cron/CronSuspendQueueDelayTest.php Data for testing.
CronSuspendQueueDelayTest::setUp function core/tests/Drupal/Tests/Core/Cron/CronSuspendQueueDelayTest.php
CronSuspendQueueDelayTest::testSuspendQueue function core/tests/Drupal/Tests/Core/Cron/CronSuspendQueueDelayTest.php Tests a queue is reprocessed again after other queues.
CronSuspendQueueDelayTest::testSuspendQueueOrder function core/tests/Drupal/Tests/Core/Cron/CronSuspendQueueDelayTest.php Tests queues are executed in order.
CronSuspendQueueDelayTest::testSuspendQueueThreshold function core/tests/Drupal/Tests/Core/Cron/CronSuspendQueueDelayTest.php Tests queues may be re-processed by whether delay exceeds threshold.
CronTest class core/tests/Drupal/Tests/Core/CronTest.php Tests the Cron class.
CronTest.php file core/tests/Drupal/Tests/Core/CronTest.php
CronTest::$claimTime property core/tests/Drupal/Tests/Core/CronTest.php Define the duration of each item claim for this test.
CronTest::$cron property core/tests/Drupal/Tests/Core/CronTest.php An instance of the Cron class for testing.
CronTest::$queue property core/tests/Drupal/Tests/Core/CronTest.php The queue used to store test work items.
CronTest::$state property core/tests/Drupal/Tests/Core/CronTest.php The current state of the test in memory.
CronTest::processQueuesTestData function core/tests/Drupal/Tests/Core/CronTest.php Data provider for ::testProcessQueues() method.
CronTest::REQUEUE_COUNT constant core/tests/Drupal/Tests/Core/CronTest.php
CronTest::resetTestingState function core/tests/Drupal/Tests/Core/CronTest.php Resets the testing state.
CronTest::setUp function core/tests/Drupal/Tests/Core/CronTest.php
CronTest::testProcessQueues function core/tests/Drupal/Tests/Core/CronTest.php Tests the ::processQueues() method.
CronTest::testRequeueException function core/tests/Drupal/Tests/Core/CronTest.php Verify that RequeueException causes an item to be processed multiple times.
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 class core/modules/system/src/Plugin/ImageToolkit/Operation/gd/Crop.php Defines GD2 Crop operation.
Crop.php file core/modules/system/src/Plugin/ImageToolkit/Operation/gd/Crop.php
Crop::arguments function core/modules/system/src/Plugin/ImageToolkit/Operation/gd/Crop.php Returns the definition of the operation arguments.
Crop::execute function core/modules/system/src/Plugin/ImageToolkit/Operation/gd/Crop.php Performs the actual manipulation on the image.
Crop::validateArguments function core/modules/system/src/Plugin/ImageToolkit/Operation/gd/Crop.php Validates the arguments.
CropImageEffect class core/modules/image/src/Plugin/ImageEffect/CropImageEffect.php Crops an image resource.
CropImageEffect.php file core/modules/image/src/Plugin/ImageEffect/CropImageEffect.php
CropImageEffect::applyEffect function core/modules/image/src/Plugin/ImageEffect/CropImageEffect.php Applies an image effect to the image object.
CropImageEffect::buildConfigurationForm function core/modules/image/src/Plugin/ImageEffect/CropImageEffect.php Form constructor.
CropImageEffect::defaultConfiguration function core/modules/image/src/Plugin/ImageEffect/CropImageEffect.php Gets default configuration for this plugin.
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.
Crypt class core/lib/Drupal/Component/Utility/Crypt.php Utility class for cryptographically-secure string handling routines.
Crypt.php file core/lib/Drupal/Component/Utility/Crypt.php
Crypt::hashBase64 function core/lib/Drupal/Component/Utility/Crypt.php Calculates a base-64 encoded, URL-safe sha-256 hash.
Crypt::hmacBase64 function core/lib/Drupal/Component/Utility/Crypt.php Calculates a base-64 encoded, URL-safe sha-256 hmac.
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::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.
CsrfAccessCheck class core/lib/Drupal/Core/Access/CsrfAccessCheck.php Access protection against CSRF attacks.
CsrfAccessCheck.php file core/lib/Drupal/Core/Access/CsrfAccessCheck.php
CsrfAccessCheck::$csrfToken property core/lib/Drupal/Core/Access/CsrfAccessCheck.php The CSRF token generator.

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