Search for toolkit
- Search 7.x for toolkit
- Search 9.5.x for toolkit
- Search 8.9.x for toolkit
- Search 10.3.x for toolkit
- Search main for toolkit
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ImageToolkitOperation::$id | property | core/ |
The plugin ID. |
| ImageToolkitOperation::$label | property | core/ |
The human-readable name of the image toolkit operation. |
| ImageToolkitOperation::$operation | property | core/ |
The machine name of the image toolkit operation implemented (e.g. "crop"). |
| ImageToolkitOperation::$toolkit | property | core/ |
The id of the image toolkit plugin for which the operation is implemented. |
| 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/ |
Applies a toolkit specific operation to an image. |
| 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/ |
Set the image toolkit instance for this operation. |
| ImageToolkitOperationBase::validateArguments | function | core/ |
Validates the arguments. |
| ImageToolkitOperationBase::__construct | function | core/ |
Constructs an image toolkit operation plugin. |
| ImageToolkitOperationInterface | interface | core/ |
Defines an interface for image toolkit operations. |
| ImageToolkitOperationInterface.php | file | core/ |
|
| ImageToolkitOperationInterface::apply | function | core/ |
Applies a toolkit specific operation to an image. |
| ImageToolkitOperationInterface::setToolkit | function | core/ |
Set the image toolkit instance for this operation. |
| ImageToolkitOperationManager | class | core/ |
Manages toolkit operation plugins. |
| ImageToolkitOperationManager.php | file | core/ |
|
| ImageToolkitOperationManager::$logger | property | core/ |
A logger instance. |
| ImageToolkitOperationManager::$toolkitManager | property | core/ |
The image toolkit manager. |
| ImageToolkitOperationManager::createInstance | function | core/ |
Creates a plugin instance based on the provided ID and configuration. |
| ImageToolkitOperationManager::getToolkitOperation | function | core/ |
Returns a toolkit operation plugin instance. |
| ImageToolkitOperationManager::getToolkitOperationPluginId | function | core/ |
Returns the plugin ID for a given toolkit and operation. |
| ImageToolkitOperationManager::__construct | function | core/ |
Constructs the ImageToolkitOperationManager object. |
| ImageToolkitOperationManagerInterface | interface | core/ |
Defines an interface for image toolkit operation managers. |
| ImageToolkitOperationManagerInterface.php | file | core/ |
|
| ImageToolkitOperationManagerInterface::getToolkitOperation | function | core/ |
Returns a toolkit operation plugin instance. |
| system.image.test_toolkit.yml | file | core/ |
core/modules/system/tests/modules/image_test/config/install/system.image.test_toolkit.yml |
| TestToolkit | class | core/ |
Defines a Test toolkit for image manipulation within Drupal. |
| TestToolkit.php | file | core/ |
|
| TestToolkit::$height | property | core/ |
The height of the image. |
| TestToolkit::$state | property | core/ |
The state service. |
| TestToolkit::$type | property | core/ |
Image type represented by a PHP IMAGETYPE_* constant (e.g. IMAGETYPE_JPEG). |
| TestToolkit::$width | property | core/ |
The width of the image. |
| TestToolkit::apply | function | core/ |
Applies a toolkit operation to an image. |
| TestToolkit::buildConfigurationForm | function | core/ |
Form constructor. |
| TestToolkit::getHeight | function | core/ |
Returns the height of the image. |
| TestToolkit::getMimeType | function | core/ |
Returns the MIME type of the image file. |
| TestToolkit::getSupportedExtensions | function | core/ |
Returns a list of image file extensions supported by the toolkit. |
| TestToolkit::getType | function | core/ |
Returns the type of the image. |
| TestToolkit::getWidth | function | core/ |
Returns the width of the image. |
| TestToolkit::isAvailable | function | core/ |
Verifies that the Image Toolkit is set up correctly. |
| TestToolkit::isValid | function | core/ |
Checks if the image is valid. |
| TestToolkit::logCall | function | core/ |
Stores the values passed to a toolkit call. |
| TestToolkit::parseFile | function | core/ |
Determines if a file contains a valid image. |
Pagination
- Previous page
- Page 4
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.