README.txt 597 B

12345678910111213
  1. Entity API module
  2. -----------------
  3. Provides improvements and extensions to the Drupal 8 Entity system.
  4. Acts as a staging ground for Drupal core, with each core minor release (8.5, 8.6, 8.7)
  5. receiving a portion of this module's functionality.
  6. Current functionality:
  7. - Local action providers (core issue: #2976861)
  8. - Permission providers (core issue: #2809177)
  9. - Query access API (Change record: https://www.drupal.org/node/3002038, core issue: #777578)
  10. - Bundle plugin API (plugin-based entity bundles, currently not proposed for core inclusion)
  11. - A generic UI for revisions (WIP, see #2625122)