FieldCapability implements SchemaCapabilityInterface
Read onlyYes
FinalYes
Can be used for any kind of field which HAS a definition in the "columns" section of TCA.
Examples:
- editLock
- descriptionField
- any kind of enableFields
This is an experimental implementation and might change until TYPO3 v13 LTS
Table of Contents
Interfaces
- SchemaCapabilityInterface
- A semantic interface for any kind of capability.
Properties
Methods
- __construct() : mixed
- __toString() : string
- getField() : FieldTypeInterface
- getFieldName() : string
Properties
$field
protected
FieldTypeInterface
$field
Methods
__construct()
public
__construct(FieldTypeInterface $field) : mixed
Parameters
- $field : FieldTypeInterface
__toString()
public
__toString() : string
Return values
stringgetField()
public
getField() : FieldTypeInterface
Return values
FieldTypeInterfacegetFieldName()
public
getFieldName() : string