FieldTypeInterface

Interface for a Schema Field.

Table of Contents

Methods

__set_state()  : FieldTypeInterface
getConfiguration()  : array<string|int, mixed>
getDefaultValue()  : mixed
getDisplayConditions()  : array<string|int, mixed>|string
getLabel()  : string
getName()  : string
getSoftReferenceKeys()  : array<string|int, mixed>|false
getTranslationBehaviour()  : FieldTranslationBehaviour
getType()  : string
hasDefaultValue()  : bool
isNullable()  : bool
isRequired()  : bool
isSearchable()  : bool
isType()  : bool
supportsAccessControl()  : bool

Methods

getConfiguration()

public getConfiguration() : array<string|int, mixed>
Return values
array<string|int, mixed>

getDefaultValue()

public getDefaultValue() : mixed

getDisplayConditions()

public getDisplayConditions() : array<string|int, mixed>|string
Return values
array<string|int, mixed>|string

getLabel()

public getLabel() : string
Return values
string

getName()

public getName() : string
Return values
string

getSoftReferenceKeys()

public getSoftReferenceKeys() : array<string|int, mixed>|false
Return values
array<string|int, mixed>|false

getType()

public getType() : string
Return values
string

hasDefaultValue()

public hasDefaultValue() : bool
Return values
bool

isNullable()

public isNullable() : bool
Return values
bool

isRequired()

public isRequired() : bool
Return values
bool

isSearchable()

public isSearchable() : bool
Return values
bool

supportsAccessControl()

public supportsAccessControl() : bool
Return values
bool

        
On this page

Search results