function Autowiring::execute

Overrides OperationBase::execute

File

core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/Operation/test/Autowiring.php, line 41

Class

Autowiring
Builds an image toolkit operation.

Namespace

Drupal\image_test\Plugin\ImageToolkit\Operation\test

Code

public function execute(array $arguments) {
  $this->state
    ->set('image_test.autowiring_operation', 'foo');
  return TRUE;
}

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