W3cubDocs

/Drupal 8

public function TypedDataMetadata::getConstraints

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

public function getConstraints() {
  return $this->typedData->getConstraints();
}

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!TypedData!Validation!TypedDataMetadata.php/function/TypedDataMetadata::getConstraints/8.1.x