function Autowiring::execute
Same name and namespace in other branches
- 11.x core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/Operation/test/Autowiring.php \Drupal\image_test\Plugin\ImageToolkit\Operation\test\Autowiring::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\testCode
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.