You are here

public function ExecutionContextInterface::isObjectInitialized 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::isObjectInitialized()

Returns whether 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:

Return value

bool Whether the object was already initialized

See also

ObjectInitializerInterface

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

File

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

Class

ExecutionContextInterface
The context of a validation run.

Namespace

Symfony\Component\Validator\Context

Code

public function isObjectInitialized($cacheKey);