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 |
|---|---|---|---|
| CronTest | class | core/ |
Tests the Cron class. |
| CronTest.php | file | core/ |
|
| CronTest::$claimTime | property | core/ |
Define the duration of each item claim for this test. |
| CronTest::$cron | property | core/ |
An instance of the Cron class for testing. |
| CronTest::$queue | property | core/ |
The queue used to store test work items. |
| CronTest::$state | property | core/ |
The current state of the test in memory. |
| CronTest::processQueuesTestData | function | core/ |
Data provider for ::testProcessQueues() method. |
| CronTest::REQUEUE_COUNT | constant | core/ |
|
| CronTest::resetTestingState | function | core/ |
Resets the testing state. |
| CronTest::setUp | function | core/ |
|
| CronTest::testProcessQueues | function | core/ |
Tests the ::processQueues() method. |
| CronTest::testRequeueException | function | core/ |
Verify that RequeueException causes an item to be processed multiple times. |
| cron_queue_test.info.yml | file | core/ |
core/modules/system/tests/modules/cron_queue_test/cron_queue_test.info.yml |
| Crop | class | core/ |
Defines GD2 Crop operation. |
| Crop.php | file | core/ |
|
| Crop::arguments | function | core/ |
|
| Crop::execute | function | core/ |
|
| Crop::validateArguments | function | core/ |
|
| CropImageEffect | class | core/ |
Crops an image resource. |
| CropImageEffect.php | file | core/ |
|
| CropImageEffect::applyEffect | function | core/ |
|
| CropImageEffect::buildConfigurationForm | function | core/ |
|
| CropImageEffect::defaultConfiguration | function | core/ |
|
| CropImageEffect::getSummary | function | core/ |
|
| CropImageEffect::submitConfigurationForm | function | core/ |
|
| Crypt | class | core/ |
Utility class for cryptographically-secure string handling routines. |
| Crypt.php | file | core/ |
|
| Crypt::hashBase64 | function | core/ |
Calculates a base-64 encoded, URL-safe sha-256 hash. |
| Crypt::hmacBase64 | function | core/ |
Calculates a base-64 encoded, URL-safe sha-256 hmac. |
| Crypt::randomBytesBase64 | function | core/ |
Returns a URL-safe, base64 encoded string of highly randomized bytes. |
| CryptTest | class | core/ |
Tests random byte generation. |
| CryptTest.php | file | core/ |
|
| CryptTest::providerTestHashBase64 | function | core/ |
Provides data for self::testHashBase64(). |
| CryptTest::providerTestHmacBase64 | function | core/ |
Provides data for self::testHmacBase64(). |
| CryptTest::providerTestHmacBase64Invalid | function | core/ |
Provides data for self::testHmacBase64(). |
| CryptTest::testHashBase64 | function | core/ |
Tests hash generation. |
| CryptTest::testHmacBase64 | function | core/ |
Tests HMAC generation. |
| CryptTest::testHmacBase64Invalid | function | core/ |
Tests the hmacBase64 method with invalid parameters. |
| CsrfAccessCheck | class | core/ |
Access protection against CSRF attacks. |
| CsrfAccessCheck.php | file | core/ |
|
| CsrfAccessCheck::$csrfToken | property | core/ |
The CSRF token generator. |
| CsrfAccessCheck::access | function | core/ |
Checks access based on a CSRF token for the request. |
| CsrfAccessCheck::__construct | function | core/ |
Constructs a CsrfAccessCheck object. |
| CsrfAccessCheckTest | class | core/ |
Tests Drupal\Core\Access\CsrfAccessCheck. |
| CsrfAccessCheckTest.php | file | core/ |
|
| CsrfAccessCheckTest::$accessCheck | property | core/ |
The access checker. |
| CsrfAccessCheckTest::$csrfToken | property | core/ |
The mock CSRF token generator. |
| CsrfAccessCheckTest::$parameterBag | property | core/ |
The stub parameter bag. |
| CsrfAccessCheckTest::$routeMatch | property | core/ |
The mock route match. |
| CsrfAccessCheckTest::setUp | function | core/ |
Pagination
- Previous page
- Page 354
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.