You are here

namespace Drupal\imageapi_optimize_module_test\Plugin\ImageAPIOptimizeProcessor in Image Optimize (or ImageAPI Optimize) 4.x

Same name in other branches
  1. 8.3 Drupal\imageapi_optimize_module_test\Plugin\ImageAPIOptimizeProcessor
  2. 8.2 Drupal\imageapi_optimize_module_test\Plugin\ImageAPIOptimizeProcessor
Classsort descending Location Description
TestProcessorAppendCharacters tests/module/imageapi_optimize_module_test/src/Plugin/ImageAPIOptimizeProcessor/TestProcessorAppendCharacters.php Optimizes an image by making it 10 characters longer.
TestProcessorBlackPNG tests/module/imageapi_optimize_module_test/src/Plugin/ImageAPIOptimizeProcessor/TestProcessorBlackPNG.php Optimizes an image by making it a 1x1 pixel black PNG.
TestProcessorFailedGreenPNG tests/module/imageapi_optimize_module_test/src/Plugin/ImageAPIOptimizeProcessor/TestProcessorFailedGreenPNG.php Optimizes an image by making it a 1x1 pixel green PNG, but then failing.