You are here

constant FocalPointManager::FOCAL_POINT_VALIDATION_REGEXP in Focal Point 8

Regular expression for focal point form value validation.

File

src/FocalPointManager.php, line 20

Class

FocalPointManager
Provides business logic related to focal point.

Namespace

Drupal\focal_point

Code

const FOCAL_POINT_VALIDATION_REGEXP = '/^(100|[0-9]{1,2})(,)(100|[0-9]{1,2})$/';