FieldTranslation
class FieldTranslation implements TranslationInterface (View source)
Traits
TranslationTrait
Properties
protected | $value |
Methods
int|null
getId()
No description
array|null
getValue()
No description
setValue($value)
No description
get($key)
No description
set(string $key, $value)
No description
static string
getTranslatableEntityClass()
Used to locate the translatable entity Bolt\Entity\Field in all its child classes e.g. from Bolt\Entity\Field\TextField
Details
int|null
getId()
array|null
getValue()
FieldTranslation
setValue($value)
get($key)
FieldTranslation
set(string $key, $value)
static string
getTranslatableEntityClass()
Used to locate the translatable entity Bolt\Entity\Field in all its child classes e.g. from Bolt\Entity\Field\TextField