2 namespace TYPO3\CMS\Form\Domain\Validator;
42 'element' => array(
'',
'The name of the element',
'string',
true),
43 'errorMessage' => array(
'',
'The error message',
'array',
true),
91 $label = static::LOCALISATION_OBJECT_NAME .
'.' . $type;
92 $message = \TYPO3\CMS\Extbase\Utility\LocalizationUtility::translate($label,
'form');
106 public function renderMessage($message = null, $type = null, $messageType =
'message')
108 $message = $this->formUtility->renderItem(