Methods |
public
|
getReplaceableKeys(
?string $class,
?string $baseClass,
array $path,
): array<string, array{(int|string|null), ((Closure(mixed $value, SyncStoreInterface|null $store): mixed)|null)}>
|
#
|
public
|
getForSyncStore(): bool
Check if values are being serialized for an entity store
Check if values are being serialized for an entity store
Implemented by
|
#
|
public
|
withForSyncStore(?bool $forSyncStore = true): static
Get an instance that serializes values for an entity store
Get an instance that serializes values for an entity store
Implemented by
|
#
|
public
|
getIncludeCanonicalId(): bool
Check if canonical identifiers of sync entities are serialized
Check if canonical identifiers of sync entities are serialized
Implemented by
|
#
|
public
|
withIncludeCanonicalId(?bool $include = true): static
Get an instance that serializes canonical identifiers of sync entities
Get an instance that serializes canonical identifiers of sync entities
Implemented by
|
#
|