BlockAttributeValueTransformerInterface
BlockAttributeValueTransformerInterface.php
:
13
Interface
Methods¶
decode()
¶
BlockAttributeValueTransformerInterface.php
:
24
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $translatedValue | string | - | - |
| $sourceValue | string | - | - |
| $metadata | array<string, mixed> | - | - |
Return values
string
Tags
encode()
¶
BlockAttributeValueTransformerInterface.php
:
17
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $value | string | - | - |
Return values
getAttributeTypeIdentifier()
¶
BlockAttributeValueTransformerInterface.php
:
15
|
|
|
Return values
string