Search for operation

  1. Search 7.x for operation
  2. Search 9.5.x for operation
  3. Search 8.9.x for operation
  4. Search 10.3.x for operation
  5. Other projects
Title Object type File name Summary
FilterFormatListBuilder::getDefaultOperations function core/modules/filter/src/FilterFormatListBuilder.php Gets this list's default operations.
FormOperations class core/modules/workspaces/src/Hook/FormOperations.php Defines a class for reacting to form operations.
FormOperations.php file core/modules/workspaces/src/Hook/FormOperations.php
FormOperations::addWorkspaceValidation function core/modules/workspaces/src/Hook/FormOperations.php Adds our validation handler recursively on each element of a form.
FormOperations::formAlter function core/modules/workspaces/src/Hook/FormOperations.php Implements hook_form_alter().
FormOperations::setAjaxWorkspace function core/modules/workspaces/src/Hook/FormOperations.php Ensures that the current workspace is persisted across AJAX interactions.
FormOperations::validateDefaultWorkspace function core/modules/workspaces/src/Hook/FormOperations.php Validation handler which sets a validation error for all unsupported forms.
FormOperations::__construct function core/modules/workspaces/src/Hook/FormOperations.php
GDImageToolkitOperationBase class core/modules/system/src/Plugin/ImageToolkit/Operation/gd/GDImageToolkitOperationBase.php Provides a GD base class with correctly typed image toolkit.
GDImageToolkitOperationBase.php file core/modules/system/src/Plugin/ImageToolkit/Operation/gd/GDImageToolkitOperationBase.php
GDImageToolkitOperationBase::getToolkit function core/modules/system/src/Plugin/ImageToolkit/Operation/gd/GDImageToolkitOperationBase.php The correctly typed image toolkit for GD operations.
Handler::createScaffoldOperations function composer/Plugin/Scaffold/Handler.php Creates scaffold operation objects for all items in the file mappings.
HookCollectorPass::$orderOperations property core/lib/Drupal/Core/Hook/HookCollectorPass.php Order operations grouped by hook name and weight.
HookCollectorPass::applyOrderOperations function core/lib/Drupal/Core/Hook/HookCollectorPass.php Applies order operations to a hook implementation list.
HookCollectorPass::getOrderOperations function core/lib/Drupal/Core/Hook/HookCollectorPass.php Gets order operations by hook.
hook_entity_operation function core/lib/Drupal/Core/Entity/entity.api.php Declares entity operations.
hook_entity_operation_alter function core/lib/Drupal/Core/Entity/entity.api.php Alter entity operations.
hook_language_fallback_candidates_OPERATION_alter function core/modules/language/language.api.php Allow modules to alter the fallback candidates for specific operations.
HTMLRestrictions::applyOperation function core/modules/ckeditor5/src/HTMLRestrictions.php Applies an operation (difference/intersection/union) with wildcard support.
HTMLRestrictionsTest::testOperations function core/modules/ckeditor5/tests/src/Unit/HTMLRestrictionsTest.php Tests operations.
image.toolkit.operation.manager service core/core.services.yml Drupal\Core\ImageToolkit\ImageToolkitOperationManager
ImageStyleListBuilder::getDefaultOperations function core/modules/image/src/ImageStyleListBuilder.php Gets this list's default operations.
ImageTest::$toolkitOperation property core/tests/Drupal/Tests/Core/Image/ImageTest.php Mocked image toolkit operation.
ImageTest::getTestImageForOperation function core/tests/Drupal/Tests/Core/Image/ImageTest.php Get an image with mocked toolkit and operation, for operation testing.
ImageTest::getToolkitOperationMock function core/tests/Drupal/Tests/Core/Image/ImageTest.php Mocks a toolkit operation.
ImageToolkitBase::$operationManager property core/lib/Drupal/Core/ImageToolkit/ImageToolkitBase.php The image toolkit operation manager.
ImageToolkitBase::getToolkitOperation function core/lib/Drupal/Core/ImageToolkit/ImageToolkitBase.php Gets a toolkit operation plugin instance.
ImageToolkitOperation class core/lib/Drupal/Core/ImageToolkit/Annotation/ImageToolkitOperation.php Defines a Plugin annotation object for the image toolkit operation plugin.
ImageToolkitOperation class core/lib/Drupal/Core/ImageToolkit/Attribute/ImageToolkitOperation.php Defines a Plugin attribute for the image toolkit plugin.
ImageToolkitOperation.php file core/lib/Drupal/Core/ImageToolkit/Attribute/ImageToolkitOperation.php
ImageToolkitOperation.php file core/lib/Drupal/Core/ImageToolkit/Annotation/ImageToolkitOperation.php
ImageToolkitOperation::$description property core/lib/Drupal/Core/ImageToolkit/Annotation/ImageToolkitOperation.php The description of the image toolkit operation.
ImageToolkitOperation::$id property core/lib/Drupal/Core/ImageToolkit/Annotation/ImageToolkitOperation.php The plugin ID.
ImageToolkitOperation::$label property core/lib/Drupal/Core/ImageToolkit/Annotation/ImageToolkitOperation.php The human-readable name of the image toolkit operation.
ImageToolkitOperation::$operation property core/lib/Drupal/Core/ImageToolkit/Annotation/ImageToolkitOperation.php The machine name of the image toolkit operation implemented (e.g. "crop").
ImageToolkitOperation::$toolkit property core/lib/Drupal/Core/ImageToolkit/Annotation/ImageToolkitOperation.php The id of the image toolkit plugin for which the operation is implemented.
ImageToolkitOperation::__construct function core/lib/Drupal/Core/ImageToolkit/Attribute/ImageToolkitOperation.php Constructs a new ImageToolkitOperation instance.
ImageToolkitOperationBase class core/lib/Drupal/Core/ImageToolkit/ImageToolkitOperationBase.php Provides a base class for image toolkit operation plugins.
ImageToolkitOperationBase.php file core/lib/Drupal/Core/ImageToolkit/ImageToolkitOperationBase.php
ImageToolkitOperationBase::$logger property core/lib/Drupal/Core/ImageToolkit/ImageToolkitOperationBase.php A logger instance.
ImageToolkitOperationBase::$toolkit property core/lib/Drupal/Core/ImageToolkit/ImageToolkitOperationBase.php The image toolkit.
ImageToolkitOperationBase::apply function core/lib/Drupal/Core/ImageToolkit/ImageToolkitOperationBase.php Applies a toolkit specific operation to an image.
ImageToolkitOperationBase::arguments function core/lib/Drupal/Core/ImageToolkit/ImageToolkitOperationBase.php Returns the definition of the operation arguments.
ImageToolkitOperationBase::execute function core/lib/Drupal/Core/ImageToolkit/ImageToolkitOperationBase.php Performs the actual manipulation on the image.
ImageToolkitOperationBase::getToolkit function core/lib/Drupal/Core/ImageToolkit/ImageToolkitOperationBase.php Returns the image toolkit instance for this operation.
ImageToolkitOperationBase::prepareArguments function core/lib/Drupal/Core/ImageToolkit/ImageToolkitOperationBase.php Checks for required arguments and adds optional argument defaults.
ImageToolkitOperationBase::validateArguments function core/lib/Drupal/Core/ImageToolkit/ImageToolkitOperationBase.php Validates the arguments.
ImageToolkitOperationBase::__construct function core/lib/Drupal/Core/ImageToolkit/ImageToolkitOperationBase.php Constructs an image toolkit operation plugin.
ImageToolkitOperationInterface interface core/lib/Drupal/Core/ImageToolkit/ImageToolkitOperationInterface.php Defines an interface for image toolkit operations.
ImageToolkitOperationInterface.php file core/lib/Drupal/Core/ImageToolkit/ImageToolkitOperationInterface.php

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.