public TypedDataMetadata::getConstraints()
Returns all constraints of this element.
Return value
Constraint[] A list of Constraint instances
Overrides MetadataInterface::getConstraints
File
- core/lib/Drupal/Core/TypedData/Validation/TypedDataMetadata.php, line 53
Class
- TypedDataMetadata
- Validator metadata for typed data objects.
Namespace
Drupal\Core\TypedData\Validation
Code
1 2 3 | public function getConstraints() { return $this ->typedData->getConstraints(); } |
Please login to continue.