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. }
Please login to continue.