ExecutionContext::markObjectAsInitialized

public ExecutionContext::markObjectAsInitialized($cache_key)

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:

Overrides ExecutionContextInterface::markObjectAsInitialized

See also

ObjectInitializerInterface

File

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

Class

ExecutionContext
Defines an execution context class.

Namespace

Drupal\Core\TypedData\Validation

Code

public function markObjectAsInitialized($cache_key) {
  // Not supported, so nothing todo.
}
doc_Drupal
2016-10-29 09:09:31
Comments
Leave a Comment

Please login to continue.