Exemple #1
0
 /**
  * {@inheritdoc}
  */
 public function getConstraints()
 {
     return $this->typedData->getConstraints();
 }
Exemple #2
0
 /**
  * Implements MetadataInterface::findConstraints().
  */
 public function findConstraints($group)
 {
     return $this->typedData->getConstraints();
 }