Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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/ |
Test 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. |
| CronRunTrait | trait | core/ |
Adds ability to run cron from tests. |
| CronRunTrait.php | file | core/ |
|
| CronRunTrait::cronRun | function | core/ |
Runs cron on the test site. |
| 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/ |
Returns the definition of the operation arguments. |
| Crop::execute | function | core/ |
Performs the actual manipulation on the image. |
| Crop::validateArguments | function | core/ |
Validates the arguments. |
| CropImageEffect | class | core/ |
Crops an image resource. |
| CropImageEffect.php | file | core/ |
|
| CropImageEffect::applyEffect | function | core/ |
Applies an image effect to the image object. |
| CropImageEffect::buildConfigurationForm | function | core/ |
Form constructor. |
| CropImageEffect::defaultConfiguration | function | core/ |
Gets default configuration for this plugin. |
| 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/ |
Test the handling of bundle mappings. |
| CrudTest::testFieldMapping | function | core/ |
Test the handling of field mappings. |
| CrudTest::testMappingCreation | function | core/ |
Tests creation of RDF mapping. |
| 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::hashEquals | function | core/ |
Compares strings in constant time. |
| Crypt::hmacBase64 | function | core/ |
Calculates a base-64 encoded, URL-safe sha-256 hmac. |
| Crypt::randomBytes | function | core/ |
Returns a string of highly randomized bytes (over the full 8-bit range). |
| 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::testHashEquals | function | core/ |
Legacy test of Drupal\Component\Utility\Crypt::hashEquals() method. |
| CryptTest::testHmacBase64 | function | core/ |
Tests HMAC generation. |
| CryptTest::testHmacBase64Invalid | function | core/ |
Tests the hmacBase64 method with invalid parameters. |
| CryptTest::testRandomBytes | function | core/ |
Tests random byte generation. |
| CsrfAccessCheck | class | core/ |
Allows access to routes to be controlled by a '_csrf_token' parameter. |
| CsrfAccessCheck.php | file | core/ |
Pagination
- Previous page
- Page 320
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.