Capability
Table of Contents
Interfaces
- SchemaCapabilityInterface
- A semantic interface for any kind of capability.
Classes
- FieldCapability
- Can be used for any kind of field which HAS a definition in the "columns" section of TCA.
- LabelCapability
- Contains all information of compiling the label information of a schema.
- LanguageAwareSchemaCapability
- Contains all information if a schema is language-aware, meaning
it has a "languageField", a "translationOrigPointerField", maybe a "translationSourceField"
and maybe a "diffSourceField".
- RootLevelCapability
- Capability to understand the flag within
- security.ignoreRootLevelRestriction
- ScalarCapability
- Primitive capability that just contains a fixed value.
- SystemInternalFieldCapability
- Can be used for any kind of field which does NOT have
a definition in the "columns" section of TCA.
Enums
- TcaSchemaCapability
- Contains all capabilities that can be defined in TCA
and are understandable by the Schema API.