Search for operation
- Search 7.x for operation
- Search 9.5.x for operation
- Search 8.9.x for operation
- Search 10.3.x for operation
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
FilterFormatListBuilder::getDefaultOperations | function | core/ |
Gets this list's default operations. |
FormOperations | class | core/ |
Defines a class for reacting to form operations. |
FormOperations.php | file | core/ |
|
FormOperations::addWorkspaceValidation | function | core/ |
Adds our validation handler recursively on each element of a form. |
FormOperations::formAlter | function | core/ |
Implements hook_form_alter(). |
FormOperations::setAjaxWorkspace | function | core/ |
Ensures that the current workspace is persisted across AJAX interactions. |
FormOperations::validateDefaultWorkspace | function | core/ |
Validation handler which sets a validation error for all unsupported forms. |
FormOperations::__construct | function | core/ |
|
GDImageToolkitOperationBase | class | core/ |
Provides a GD base class with correctly typed image toolkit. |
GDImageToolkitOperationBase.php | file | core/ |
|
GDImageToolkitOperationBase::getToolkit | function | core/ |
The correctly typed image toolkit for GD operations. |
Handler::createScaffoldOperations | function | composer/ |
Creates scaffold operation objects for all items in the file mappings. |
HookCollectorPass::$orderOperations | property | core/ |
Order operations grouped by hook name and weight. |
HookCollectorPass::applyOrderOperations | function | core/ |
Applies order operations to a hook implementation list. |
HookCollectorPass::getOrderOperations | function | core/ |
Gets order operations by hook. |
hook_entity_operation | function | core/ |
Declares entity operations. |
hook_entity_operation_alter | function | core/ |
Alter entity operations. |
hook_language_fallback_candidates_OPERATION_alter | function | core/ |
Allow modules to alter the fallback candidates for specific operations. |
HTMLRestrictions::applyOperation | function | core/ |
Applies an operation (difference/intersection/union) with wildcard support. |
HTMLRestrictionsTest::testOperations | function | core/ |
Tests operations. |
image.toolkit.operation.manager | service | core/ |
Drupal\Core\ImageToolkit\ImageToolkitOperationManager |
ImageStyleListBuilder::getDefaultOperations | function | core/ |
Gets this list's default operations. |
ImageTest::$toolkitOperation | property | core/ |
Mocked image toolkit operation. |
ImageTest::getTestImageForOperation | function | core/ |
Get an image with mocked toolkit and operation, for operation testing. |
ImageTest::getToolkitOperationMock | function | core/ |
Mocks a toolkit operation. |
ImageToolkitBase::$operationManager | property | core/ |
The image toolkit operation manager. |
ImageToolkitBase::getToolkitOperation | function | core/ |
Gets a toolkit operation plugin instance. |
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/ |
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.