You are here

public function CropTypeInterface::getHardLimit in Crop API 8

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

Returns width and height hard limit values.

Return value

array Width and height values.

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

File

src/CropTypeInterface.php, line 60

Class

CropTypeInterface
Provides an interface defining a crop type entity.

Namespace

Drupal\crop

Code

public function getHardLimit();