public function ImageStyleWithPipeline::hasPipeline in Image Optimize (or ImageAPI Optimize) 4.x
Same name and namespace in other branches
- 8.3 src/Entity/ImageStyleWithPipeline.php \Drupal\imageapi_optimize\Entity\ImageStyleWithPipeline::hasPipeline()
- 8.2 src/Entity/ImageStyleWithPipeline.php \Drupal\imageapi_optimize\Entity\ImageStyleWithPipeline::hasPipeline()
1 call to ImageStyleWithPipeline::hasPipeline()
- ImageStyleWithPipeline::createDerivative in src/
Entity/ ImageStyleWithPipeline.php - Creates a new image derivative based on this image style.
File
- src/
Entity/ ImageStyleWithPipeline.php, line 64
Class
Namespace
Drupal\imageapi_optimize\EntityCode
public function hasPipeline() {
return (bool) $this
->getPipelineEntity();
}