You are here

public function AutomatedCropInterface::getAspectRatio in Automated Crop 8

Get the aspect ratio.

Return value

string The aspect ratio string formatted like `W:H`.

1 method overrides AutomatedCropInterface::getAspectRatio()
AbstractAutomatedCrop::getAspectRatio in src/AbstractAutomatedCrop.php
Get the aspect ratio.

File

src/AutomatedCropInterface.php, line 40

Class

AutomatedCropInterface
Provides an interface defining the AutomatedCrop plugin objects.

Namespace

Drupal\automated_crop

Code

public function getAspectRatio();