Search for toolkit
- Search 7.x for toolkit
- Search 9.5.x for toolkit
- Search 8.9.x for toolkit
- Search 11.x for toolkit
- Search main for toolkit
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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 | class | core/ |
Manages image toolkit plugins. |
| ImageToolkitManager.php | file | core/ |
|
| ImageToolkitManager::$configFactory | property | core/ |
The config factory. |
| ImageToolkitManager::getAvailableToolkits | function | core/ |
Gets a list of available toolkits. |
| ImageToolkitManager::getDefaultToolkit | function | core/ |
Gets the default image toolkit. |
| ImageToolkitManager::getDefaultToolkitId | function | core/ |
Gets the default image toolkit ID. |
| ImageToolkitManager::__construct | function | core/ |
Constructs the ImageToolkitManager object. |
| ImageToolkitOperation | class | core/ |
Defines a Plugin attribute for the image toolkit plugin. |
| ImageToolkitOperation | class | core/ |
Defines a Plugin annotation object for the image toolkit operation plugin. |
| ImageToolkitOperation.php | file | core/ |
|
| ImageToolkitOperation.php | file | core/ |
|
| ImageToolkitOperation::$description | property | core/ |
The description of the image toolkit operation. |
| 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::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. |
| 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. |
Pagination
- Previous page
- Page 3
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.