trait FieldParentTrait (View source)

Implements the methods of the FieldParentInterface.

Methods

Content|null
getContent()

No description

setLocale(string|null $locale)

No description

bool
isTranslatable()

Override isTranslatable so that if one child definition has localize: true, the whole field is considered localizable.

Details

abstract Content|null getContent()

Return Value

Content|null

Field setLocale(string|null $locale)

Parameters

string|null $locale

Return Value

Field

bool isTranslatable()

Override isTranslatable so that if one child definition has localize: true, the whole field is considered localizable.

Return Value

bool