public function AutomatedCropInterface::getDelta in Automated Crop 8
Gets the delta of image.
Return value
int|float The delta calculated to apply to your cropBox sizes.
1 method overrides AutomatedCropInterface::getDelta()
- AbstractAutomatedCrop::getDelta in src/
AbstractAutomatedCrop.php - Gets the delta of image.
File
- src/
AutomatedCropInterface.php, line 170
Class
- AutomatedCropInterface
- Provides an interface defining the AutomatedCrop plugin objects.
Namespace
Drupal\automated_cropCode
public function getDelta();