constant Uuid::VALID_PATTERN in Service Container 7.2
Same name and namespace in other branches
- 7 lib/Drupal/Component/Uuid/Uuid.php \Drupal\Component\Uuid\Uuid::VALID_PATTERN
The pattern used to validate a UUID string.
File
- lib/
Drupal/ Component/ Uuid/ Uuid.php, line 18 - Contains \Drupal\Component\Uuid\Uuid.
Class
- Uuid
- UUID Helper methods.
Namespace
Drupal\Component\UuidCode
const VALID_PATTERN = '[0-9a-f]{8}-([0-9a-f]{4}-){3}[0-9a-f]{12}';