Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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. |
| 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 mock parameter bag. |
| CsrfAccessCheckTest::$routeMatch | property | core/ |
The mock route match. |
| CsrfAccessCheckTest::setUp | function | core/ |
|
| CsrfAccessCheckTest::testAccessTokenPass | function | core/ |
Tests the access() method with a valid token. |
| CsrfAccessCheckTest::testCsrfTokenInvalid | function | core/ |
Tests csrf token invalid. |
| CsrfAccessCheckTest::testCsrfTokenMissing | function | core/ |
Tests csrf token missing. |
| CsrfExceptionSubscriber | class | core/ |
Handles exceptions related to CSRF access. |
| CsrfExceptionSubscriber.php | file | core/ |
|
| CsrfExceptionSubscriber::getHandledFormats | function | core/ |
Specifies the request formats this subscriber will respond to. |
| CsrfExceptionSubscriber::on403 | function | core/ |
Handles a 403 error for HTML. |
| CsrfExceptionSubscriberTest | class | core/ |
Tests Drupal\Core\EventSubscriber\CsrfExceptionSubscriber. |
| CsrfExceptionSubscriberTest.php | file | core/ |
|
| CsrfExceptionSubscriberTest::testOn403WithNullRouteDoesNothing | function | core/ |
Tests on403() with no matched route. |
| CsrfRequestHeaderAccessCheck | class | core/ |
Access protection against CSRF attacks. |
| CsrfRequestHeaderAccessCheck.php | file | core/ |
|
| CsrfRequestHeaderAccessCheck::$csrfToken | property | core/ |
The token generator. |
Pagination
- Previous page
- Page 361
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.