Search for %s
- Search 7.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| CronQueueTestRequeueException.php | file | core/ |
|
| CronQueueTestRequeueException::processItem | function | core/ |
Works on a single queue item. |
| CronRunTest | class | core/ |
Tests cron runs. |
| CronRunTest.php | file | core/ |
|
| CronRunTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| CronRunTest::$modules | property | core/ |
Modules to enable. |
| CronRunTest::testAutomatedCron | function | core/ |
Ensure that the automated cron run module is working. |
| CronRunTest::testCronExceptions | function | core/ |
Make sure exceptions thrown on hook_cron() don't affect other modules. |
| CronRunTest::testCronRun | function | core/ |
Tests cron runs. |
| CronRunTest::testCronUI | function | core/ |
Make sure the cron UI reads from the state storage. |
| CronRunTest::testManualCron | function | core/ |
Ensure that the manual cron run is working. |
| 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::arguments | function | core/ |
Returns the definition of the operation arguments. |
| Crop::validateArguments | function | core/ |
Validates the arguments. |
| CropImageEffect::getSummary | function | core/ |
Returns a render array summarizing the configuration of the image effect. |
| CropImageEffect::submitConfigurationForm | function | core/ |
Form submission handler. |
| CrudTest | class | core/ |
Tests the RDF mapping CRUD functions. |
| CrudTest.php | file | core/ |
|
| CrudTest::$bundle | property | core/ |
|
| CrudTest::$entityType | property | core/ |
|
| CrudTest::$modules | property | core/ |
Modules to enable. |
| CrudTest::$prefix | property | core/ |
|
| CrudTest::setUp | function | core/ |
|
| CrudTest::testBundleMapping | function | core/ |
Tests the handling of bundle mappings. |
| CrudTest::testFieldMapping | function | core/ |
Tests the handling of field mappings. |
| CrudTest::testMappingCreation | function | core/ |
Tests creation of RDF mapping. |
| 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. |
Pagination
- Previous page
- Page 273
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.