52 parent::__construct($arguments);
62 if ($this->requestHandler->has($this->fieldName)) {
63 $value = $this->requestHandler->getByMethod($this->fieldName);
64 if ($this->filter === NULL) {
65 $className =
'TYPO3\\CMS\\Form\\Filter\\AlphabeticFilter';
68 $this->filter->setAllowWhiteSpace($this->allowWhiteSpace);
69 if ($this->filter->filter($value) !== $value) {
84 $this->allowWhiteSpace = FALSE;
99 $label = static::LOCALISATION_OBJECT_NAME .
'.message';
100 $messages[] = $this->localizationHandler->getLocalLanguageLabel($label);
101 if ($this->allowWhiteSpace) {
102 $messages[] = $this->localizationHandler->getLocalLanguageLabel($label .
'2');
104 $message = implode(
', ', $messages);
static makeInstance($className)