You are here

public function AutomatedCropInterface::size in Automated Crop 8

Gets crop box size.

Return value

array Array with two keys (width, height) each side dimensions as values.

1 method overrides AutomatedCropInterface::size()
AbstractAutomatedCrop::size in src/AbstractAutomatedCrop.php
Gets crop box size.

File

src/AutomatedCropInterface.php, line 95

Class

AutomatedCropInterface
Provides an interface defining the AutomatedCrop plugin objects.

Namespace

Drupal\automated_crop

Code

public function size();