function ExecutionContext::markGroupAsValidated

File

core/lib/Drupal/Core/TypedData/Validation/ExecutionContext.php, line 284

Class

ExecutionContext
Defines an execution context class.

Namespace

Drupal\Core\TypedData\Validation

Code

public function markGroupAsValidated($cache_key, $group_hash) {
  $this->validatedObjects[$cache_key][$group_hash] = TRUE;
}

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