Search for __get
| Title | Object type | File name | Summary |
|---|---|---|---|
| ImageToolkitForm::__construct | function | core/ |
Constructs an ImageToolkitForm object. |
| ImageToolkitInterface | interface | core/ |
Defines an interface for image toolkits. |
| ImageToolkitInterface.php | file | core/ |
|
| ImageToolkitInterface::apply | function | core/ |
Applies a toolkit operation to an image. |
| ImageToolkitInterface::getHeight | function | core/ |
Returns the height of the image. |
| ImageToolkitInterface::getMimeType | function | core/ |
Returns the MIME type of the image file. |
| 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::getWidth | function | core/ |
Returns the width of the image. |
| 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 | 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 annotation object for the image toolkit operation plugin. |
| ImageToolkitOperation | class | core/ |
Defines a Plugin attribute for the image toolkit 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. |
Pagination
- Previous page
- Page 106
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.