FieldStorageConfig::getConstraint

public FieldStorageConfig::getConstraint($constraint_name)

Returns a validation constraint.

See \Drupal\Core\TypedData\DataDefinitionInterface::getConstraints() for details.

Parameters

string $constraint_name: The name of the constraint, i.e. its plugin id.

Return value

array A validation constraint definition which can be used for instantiating a \Symfony\Component\Validator\Constraint object.

Overrides FieldStorageDefinitionInterface::getConstraint

See also

\Symfony\Component\Validator\Constraint

File

core/modules/field/src/Entity/FieldStorageConfig.php, line 728

Class

FieldStorageConfig
Defines the Field storage configuration entity.

Namespace

Drupal\field\Entity

Code

public function getConstraint($constraint_name) {
  return NULL;
}
doc_Drupal
2016-10-29 09:12:17
Comments
Leave a Comment

Please login to continue.