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