You are here

public function ExecutionContextInterface::markGroupAsValidated in Plug 7

Marks an object as validated in a specific validation group.

@internal Used by the validator engine. Should not be called by user code.

Parameters

string $cacheKey The hash of the object:

string $groupHash The group's name or hash, if it is group: sequence

1 method overrides ExecutionContextInterface::markGroupAsValidated()
ExecutionContext::markGroupAsValidated in lib/Symfony/validator/Symfony/Component/Validator/Context/ExecutionContext.php
Marks an object as validated in a specific validation group.

File

lib/Symfony/validator/Symfony/Component/Validator/Context/ExecutionContextInterface.php, line 160

Class

ExecutionContextInterface
The context of a validation run.

Namespace

Symfony\Component\Validator\Context

Code

public function markGroupAsValidated($cacheKey, $groupHash);