function ExecutionContext::markObjectAsInitialized

File

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

Class

ExecutionContext
Defines an execution context class.

Namespace

Drupal\Core\Validation

Code

public function markObjectAsInitialized(string $cacheKey) : void {
  throw new \LogicException(ExecutionContextInterface::class . '::markObjectAsInitialized is unsupported.');
}

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