constant CropTypeInterface::VALIDATION_REGEXP in Crop API 8
Same name and namespace in other branches
- 8.2 src/CropTypeInterface.php \Drupal\crop\CropTypeInterface::VALIDATION_REGEXP
Aspect ratio validation regexp.
File
- src/
CropTypeInterface.php, line 17
Class
- CropTypeInterface
- Provides an interface defining a crop type entity.
Namespace
Drupal\cropCode
const VALIDATION_REGEXP = '#^[0-9]+:[0-9]+$#';