1 | <?php |
||
9 | class ExistingServiceValidator extends ConstraintValidator |
||
10 | { |
||
11 | /** |
||
12 | * @var ContainerInterface |
||
13 | */ |
||
14 | protected $container; |
||
15 | |||
16 | public function __construct(ContainerInterface $container) |
||
20 | |||
21 | /** |
||
22 | * {@inheritdoc} |
||
23 | */ |
||
24 | public function validate($value, Constraint $constraint) |
||
38 | } |
||
39 |