protected function GD::getImageFactory in ImageAPI Optimize GD 8
Same name and namespace in other branches
- 2.x src/Plugin/ImageAPIOptimizeProcessor/GD.php \Drupal\imageapi_optimize_gd\Plugin\ImageAPIOptimizeProcessor\GD::getImageFactory()
Returns the image factory.
Return value
\Drupal\Core\Image\ImageFactory The image factory.
File
- src/
Plugin/ ImageAPIOptimizeProcessor/ GD.php, line 54
Class
- GD
- Provides a ImageAPI Optimize processor for GD.
Namespace
Drupal\imageapi_optimize_gd\Plugin\ImageAPIOptimizeProcessorCode
protected function getImageFactory() {
return \Drupal::service('image.factory');
}