interface FieldParentInterface (View source)

Any Field entity that has child fields must implement this interface.

Methods

setLocale(string $locale)

No description

array|null
getValue()

No description

bool
isTranslatable()

No description

Details

Field setLocale(string $locale)

Parameters

string $locale

Return Value

Field

array|null getValue()

Return Value

array|null

bool isTranslatable()

Return Value

bool