public function GlobalExecutionContextInterface::getVisitor

Returns the visitor instance used to validate the object graph nodes.

Return value

ValidationVisitorInterface The validation visitor.

1 method overrides GlobalExecutionContextInterface::getVisitor()
ValidationVisitor::getVisitor in drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ValidationVisitor.php
Returns the visitor instance used to validate the object graph nodes.

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();