Exemple #1
0
 /**
  * Returns the validator service.
  *
  * @access public
  *
  * @return \Symfony\Component\Validator\ValidatorInterface
  */
 public function getValidator()
 {
     return $this->application->getValidator();
 }