You are here

constant CropTypeInterface::VALIDATION_REGEXP in Crop API 8.2

Same name and namespace in other branches
  1. 8 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\crop

Code

const VALIDATION_REGEXP = '#^[0-9]+:[0-9]+$#';