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