public function Question::getNormalizer in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/console/Question/Question.php \Symfony\Component\Console\Question\Question::getNormalizer()
Gets the normalizer for the response.
The normalizer can ba a callable (a string), a closure or a class implementing __invoke.
Return value
callable
File
- vendor/
symfony/ console/ Question/ Question.php, line 238
Class
- Question
- Represents a Question.
Namespace
Symfony\Component\Console\QuestionCode
public function getNormalizer() {
return $this->normalizer;
}