Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ImageToolkitBase::validateConfigurationForm | function | core/ |
|
| ImageToolkitBase::__construct | function | core/ |
Constructs an ImageToolkitBase object. |
| ImageToolkitForm::$availableToolkits | property | core/ |
An array containing currently available toolkits. |
| ImageToolkitForm::getEditableConfigNames | function | core/ |
Gets the configuration names that will be editable. |
| ImageToolkitForm::submitForm | function | core/ |
Form submission handler. |
| ImageToolkitForm::__construct | function | core/ |
Constructs an ImageToolkitForm object. |
| ImageToolkitInterface::getRequirements | function | core/ |
Gets toolkit requirements in a format suitable for hook_requirements(). |
| ImageToolkitInterface::getSource | function | core/ |
Gets the source path of the image file. |
| ImageToolkitInterface::getSupportedExtensions | function | core/ |
Returns a list of image file extensions supported by the toolkit. |
| ImageToolkitInterface::isAvailable | function | core/ |
Verifies that the Image Toolkit is set up correctly. |
| ImageToolkitInterface::isValid | function | core/ |
Checks if the image is valid. |
| ImageToolkitInterface::parseFile | function | core/ |
Determines if a file contains a valid image. |
| ImageToolkitInterface::save | function | core/ |
Writes an image resource to a destination file. |
| ImageToolkitInterface::setSource | function | core/ |
Sets the source path of the image file. |
| ImageToolkitManager::getAllValidExtensions | function | core/ |
Returns all valid extensions. |
| ImageToolkitManager::getAvailableToolkits | function | core/ |
Gets a list of available toolkits. |
| ImageToolkitManager::__construct | function | core/ |
Constructs the ImageToolkitManager object. |
| ImageToolkitOperation::$description | property | core/ |
The description of the image toolkit operation. |
| ImageToolkitOperation::__construct | function | core/ |
Constructs a new ImageToolkitOperation instance. |
| ImageToolkitOperationBase | class | core/ |
Provides a base class for image toolkit operation plugins. |
| ImageToolkitOperationBase.php | file | core/ |
|
| ImageToolkitOperationBase::$logger | property | core/ |
A logger instance. |
| ImageToolkitOperationBase::$toolkit | property | core/ |
The image toolkit. |
| ImageToolkitOperationBase::apply | function | core/ |
|
| ImageToolkitOperationBase::arguments | function | core/ |
Returns the definition of the operation arguments. |
| ImageToolkitOperationBase::execute | function | core/ |
Performs the actual manipulation on the image. |
| ImageToolkitOperationBase::getToolkit | function | core/ |
Returns the image toolkit instance for this operation. |
| ImageToolkitOperationBase::prepareArguments | function | core/ |
Checks for required arguments and adds optional argument defaults. |
| ImageToolkitOperationBase::setToolkit | function | core/ |
|
| ImageToolkitOperationBase::validateArguments | function | core/ |
Validates the arguments. |
| ImageToolkitOperationBase::__construct | function | core/ |
Constructs an image toolkit operation plugin. |
| ImageToolkitOperationInterface::setToolkit | function | core/ |
Set the image toolkit instance for this operation. |
| ImageToolkitOperationManager::createInstance | function | core/ |
|
| ImageToolkitOperationManager::__construct | function | core/ |
Constructs the ImageToolkitOperationManager object. |
| ImageUploadAccessTest | class | core/ |
Test image upload access. |
| ImageUploadAccessTest.php | file | core/ |
|
| ImageUploadAccessTest::testCkeditor5ImageUploadRoute | function | core/ |
Test access to the CKEditor 5 image upload controller. |
| ImageUploadTest | class | core/ |
Test image upload. |
| ImageUploadTest.php | file | core/ |
|
| ImageUploadTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| ImageUploadTest::$modules | property | core/ |
Modules to install. |
| ImageUploadTest::$user | property | core/ |
A user without any particular permissions to be used in testing. |
| ImageUploadTest::createBasicFormat | function | core/ |
Create a basic_html text format for the editor to reference. |
| ImageUploadTest::createEditorWithUpload | function | core/ |
Create an editor entity with image_upload config. |
| ImageUploadTest::getTestImageByStat | function | core/ |
Return the first image matching $condition. |
| ImageUploadTest::getUploadUrl | function | core/ |
Provides the image upload URL. |
| ImageUploadTest::setUp | function | core/ |
|
| ImageUploadTest::testFileUploadLargerFileSize | function | core/ |
Tests using the file upload route with a file size larger than allowed. |
| ImageUploadTest::testLockAfterFailedValidation | function | core/ |
Test that lock is removed after a failed validation. |
| ImageUploadTest::testUploadFileExtension | function | core/ |
Tests using the file upload route with a disallowed extension. |
Pagination
- Previous page
- Page 717
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.