function OperationBase::execute

Same name and namespace in other branches
  1. 9 core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/Operation/test/OperationBase.php \Drupal\image_test\Plugin\ImageToolkit\Operation\test\OperationBase::execute()
  2. 8.9.x core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/Operation/test/OperationBase.php \Drupal\image_test\Plugin\ImageToolkit\Operation\test\OperationBase::execute()
  3. 10 core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/Operation/test/OperationBase.php \Drupal\image_test\Plugin\ImageToolkit\Operation\test\OperationBase::execute()

Overrides ImageToolkitOperationBase::execute

1 method overrides OperationBase::execute()
Failing::execute in core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/Operation/test/Failing.php
Performs the actual manipulation on the image.

File

core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/Operation/test/OperationBase.php, line 22

Class

OperationBase
Provides a base class for test operations.

Namespace

Drupal\image_test\Plugin\ImageToolkit\Operation\test

Code

public function execute(array $arguments) {
    // Nothing to do.
    return TRUE;
}

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