Cache system for this entity.
Optional
cacheCache key version for this entity type. Should be bumped when a field is added to, removed from, or changed in this entity and the underlying database table.
Backing database and transaction type for this entity.
The field used to identify this entity. Must be a unique field in the table.
Optional
inboundList of other entity types that reference this type in EntityFieldDefinition associations.
Map from each entity field to an EntityFieldDefinition specifying information about the field.
The name of the table where entities of this type are stored.
Readonly
cacheableReadonly
cacheReadonly
cacheReadonly
databaseReadonly
dbReadonly
entityReadonly
idReadonly
inboundReadonly
schemaReadonly
table
The data storage configuration for a type of Entity. Contains information relating to IDs, cachable fields, field mappings, and types of cache and database adapter.