FieldTypeInterface

Interface for a Schema Field.

Internal

This is an experimental implementation and might change until TYPO3 v13 LTS

Table of Contents

Methods

__set_state()  : FieldTypeInterface
getConfiguration()  : array<string|int, mixed>
getDefaultValue()  : mixed
getDisplayConditions()  : array<string|int, mixed>|string
getLabel()  : string
getName()  : string
getTranslationBehaviour()  : FieldTranslationBehaviour
getType()  : string
isNullable()  : bool
isRequired()  : 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

getType()

public getType() : string
Return values
string

isNullable()

public isNullable() : bool
Return values
bool

isRequired()

public isRequired() : bool
Return values
bool

supportsAccessControl()

public supportsAccessControl() : bool
Return values
bool

        
On this page

Search results