Beispiel #1
0
 /**
  * Get the children of the current element
  * @return \UForm\Form\Element[]
  */
 public function getMessages()
 {
     return $this->formContext->getChainedValidation()->getValidation($this->element->getInternalName(true), true)->getMessages();
 }