Returns the visitor instance used to validate the object graph nodes.
Return value
ValidationVisitorInterface The validation visitor.
File
- drupal/core/vendor/symfony/validator/Symfony/Component/Validator/GlobalExecutionContextInterface.php, line 53
Class
- GlobalExecutionContextInterface
- Stores the node-independent state of a validation run.
Namespace
Symfony\Component\Validator
Code
public function getVisitor();