You are here

public function CropTypeInterface::getAspectRatio in Crop API 8.2

Same name and namespace in other branches
  1. 8 src/CropTypeInterface.php \Drupal\crop\CropTypeInterface::getAspectRatio()

Get aspect ratio of this crop type.

Return value

string|null The aspect ratio of this crop type.

1 method overrides CropTypeInterface::getAspectRatio()
CropType::getAspectRatio in src/Entity/CropType.php
Get aspect ratio of this crop type.

File

src/CropTypeInterface.php, line 25

Class

CropTypeInterface
Provides an interface defining a crop type entity.

Namespace

Drupal\crop

Code

public function getAspectRatio();