public function CropTypeInterface::getHardLimit in Crop API 8.2
Same name and namespace in other branches
- 8 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\cropCode
public function getHardLimit();