function ExecutionContext::isGroupValidated

File

core/lib/Drupal/Core/Validation/ExecutionContext.php, line 230

Class

ExecutionContext
Defines an execution context class.

Namespace

Drupal\Core\Validation

Code

public function isGroupValidated(string $cacheKey, string $groupHash) : bool {
  return isset($this->validatedObjects[$cacheKey][$groupHash]);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.