You are here

public function CropTypeInterface::getSoftLimit in Crop API 8

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

Returns width and height soft limit values.

Return value

array Width and height values.

1 method overrides CropTypeInterface::getSoftLimit()
CropType::getSoftLimit in src/Entity/CropType.php
Returns width and height soft limit values.

File

src/CropTypeInterface.php, line 52

Class

CropTypeInterface
Provides an interface defining a crop type entity.

Namespace

Drupal\crop

Code

public function getSoftLimit();