public FieldStorageDefinitionInterface::getConstraints()
Returns an array of validation constraints.
See \Drupal\Core\TypedData\DataDefinitionInterface::getConstraints() for details.
Return value
array[] An array of validation constraint definitions, keyed by constraint name. Each constraint definition can be used for instantiating \Symfony\Component\Validator\Constraint objects.
See also
\Symfony\Component\Validator\Constraint
File
- core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php, line 278
Class
- FieldStorageDefinitionInterface
- Defines an interface for entity field storage definitions.
Namespace
Drupal\Core\Field
Code
public function getConstraints();
Please login to continue.