You are here

public function ExecutionContextInterface::markObjectAsInitialized in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/validator/Context/ExecutionContextInterface.php \Symfony\Component\Validator\Context\ExecutionContextInterface::markObjectAsInitialized()

Marks that an object was initialized.

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

Parameters

string $cacheKey The hash of the object:

See also

ObjectInitializerInterface

2 methods override ExecutionContextInterface::markObjectAsInitialized()
ExecutionContext::markObjectAsInitialized in vendor/symfony/validator/Context/ExecutionContext.php
Marks that an object was initialized.
ExecutionContext::markObjectAsInitialized in core/lib/Drupal/Core/TypedData/Validation/ExecutionContext.php
Marks that an object was initialized.

File

vendor/symfony/validator/Context/ExecutionContextInterface.php, line 212

Class

ExecutionContextInterface
The context of a validation run.

Namespace

Symfony\Component\Validator\Context

Code

public function markObjectAsInitialized($cacheKey);