Scroll
Configuration Entity
Configuration entities use the Entity API to store configuration in the database.
Differences Compared to Content Entities
- Integrated with the CMI API for exportability
- No fields
- Uses a schema file (Content Entities use hook_schema())
Tutorials
- Drupal Example: Creating a Configuration Entity Type in Drupal 8
- Change record: https://www.drupal.org/node/1818734