Search for operation
- Search 7.x for operation
- Search 8.9.x for operation
- Search 10.3.x for operation
- Search 11.x for operation
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
ImageToolkitOperation | class | core/ |
Defines a Plugin annotation object for the image toolkit operation plugin. |
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. |
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/ |
|
ImageToolkitOperationManager::getToolkitOperation | function | core/ |
|
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. |
InlineBlockEntityOperations | class | core/ |
Defines a class for reacting to entity events related to Inline Blocks. |
InlineBlockEntityOperations.php | file | core/ |
|
InlineBlockEntityOperations::$blockContentStorage | property | core/ |
The block content storage. |
InlineBlockEntityOperations::$entityTypeManager | property | core/ |
The entity type manager. |
InlineBlockEntityOperations::$usage | property | core/ |
Inline block usage tracking service. |
InlineBlockEntityOperations::create | function | core/ |
|
InlineBlockEntityOperations::deleteBlocksAndUsage | function | core/ |
Delete the inline blocks and the usage records. |
InlineBlockEntityOperations::getBlockIdsForRevisionIds | function | core/ |
Gets blocks IDs for an array of revision IDs. |
InlineBlockEntityOperations::getPluginBlockId | function | core/ |
Gets a block ID for an inline block plugin. |
InlineBlockEntityOperations::getRemovedBlockIds | function | core/ |
Gets the IDs of the inline blocks that were removed. |
InlineBlockEntityOperations::handleEntityDelete | function | core/ |
Handles entity tracking on deleting a parent entity. |
InlineBlockEntityOperations::handlePreSave | function | core/ |
Handles saving a parent entity. |
InlineBlockEntityOperations::removeUnused | function | core/ |
Removes unused inline blocks. |
InlineBlockEntityOperations::removeUnusedForEntityOnSave | function | core/ |
Remove all unused inline blocks on save. |
InlineBlockEntityOperations::saveInlineBlockComponent | function | core/ |
Saves an inline block component. |
InlineBlockEntityOperations::__construct | function | core/ |
Constructs a new EntityOperations object. |
install_download_additional_translations_operations | function | core/ |
Prepares the system for import and downloads additional translations. |
ManageFieldsTest::testFieldDropButtonOperations | function | core/ |
Pagination
- Previous page
- Page 5
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.