public function AutomatedCropInterface::getOriginalSize in Automated Crop 8
Get the original image sizes of image to be cropped.
Return value
array Array with two keys (width, height) represent the original image sizes.
1 method overrides AutomatedCropInterface::getOriginalSize()
- AbstractAutomatedCrop::getOriginalSize in src/
AbstractAutomatedCrop.php - Get the original image sizes of image to be cropped.
File
- src/
AutomatedCropInterface.php, line 115
Class
- AutomatedCropInterface
- Provides an interface defining the AutomatedCrop plugin objects.
Namespace
Drupal\automated_cropCode
public function getOriginalSize();