Bar.php
Namespace
Drupal\image_test\Plugin\ImageToolkit\Operation\testFile
- 
              core/
modules/ system/ tests/ modules/ image_test/ src/ Plugin/ ImageToolkit/ Operation/ test/ Bar.php  
View source
<?php
declare (strict_types=1);
namespace Drupal\image_test\Plugin\ImageToolkit\Operation\test;
use Drupal\Core\ImageToolkit\Attribute\ImageToolkitOperation;
use Drupal\Core\StringTranslation\TranslatableMarkup;
/**
 * Builds an image toolkit operation.
 */
class Bar extends OperationBase {
}
Classes
| Title | Deprecated | Summary | 
|---|---|---|
| Bar | Builds an image toolkit operation. | 
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.