abstract class ElementMetadata

Hierarchy

Expanded class hierarchy of ElementMetadata

1 file declares its use of ElementMetadata

File

drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Mapping/ElementMetadata.php, line 16

Namespace

Symfony\Component\Validator\Mapping
View source

Members

Namesort descending Modifiers Type Description Overrides
ElementMetadata::$constraints public property
ElementMetadata::$constraintsByGroup public property
ElementMetadata::addConstraint public function Adds a constraint to this element. 2
ElementMetadata::findConstraints public function Returns the constraints of the given group and global ones (* group).
ElementMetadata::getConstraints public function Returns all constraints of this element.
ElementMetadata::hasConstraints public function Returns whether this element has any constraints.
ElementMetadata::__clone public function Clones this object.
ElementMetadata::__sleep public function Returns the names of the properties that should be serialized. 2