public function AutomatedCropInterface::getImage in Automated Crop 8
Gets the plugin image object to crop.
Return value
\Drupal\Core\Image\ImageInterface An image file object.
1 method overrides AutomatedCropInterface::getImage()
- AbstractAutomatedCrop::getImage in src/
AbstractAutomatedCrop.php - Gets the plugin image object to crop.
File
- src/
AutomatedCropInterface.php, line 136
Class
- AutomatedCropInterface
- Provides an interface defining the AutomatedCrop plugin objects.
Namespace
Drupal\automated_cropCode
public function getImage();