MTShop/code/web/modules/contrib/entity
Gdilove 6f7054591c change folder for dev 2023-11-16 17:29:07 +08:00
..
config/schema change folder for dev 2023-11-16 17:29:07 +08:00
src change folder for dev 2023-11-16 17:29:07 +08:00
tests change folder for dev 2023-11-16 17:29:07 +08:00
.travis.yml change folder for dev 2023-11-16 17:29:07 +08:00
LICENSE.txt change folder for dev 2023-11-16 17:29:07 +08:00
README.txt change folder for dev 2023-11-16 17:29:07 +08:00
composer.json change folder for dev 2023-11-16 17:29:07 +08:00
entity.info.yml change folder for dev 2023-11-16 17:29:07 +08:00
entity.links.action.yml change folder for dev 2023-11-16 17:29:07 +08:00
entity.links.task.yml change folder for dev 2023-11-16 17:29:07 +08:00
entity.module change folder for dev 2023-11-16 17:29:07 +08:00
entity.permissions.yml change folder for dev 2023-11-16 17:29:07 +08:00
entity.services.yml change folder for dev 2023-11-16 17:29:07 +08:00
entity.views.inc change folder for dev 2023-11-16 17:29:07 +08:00

README.txt

Entity API module
-----------------

Provides improvements and extensions to the Drupal 8 Entity system.
Acts as a staging ground for Drupal core, with each core minor release (8.5, 8.6, 8.7)
receiving a portion of this module's functionality.

Current functionality:
- Local action providers (core issue: #2976861)
- Local task providers
- Permission providers (core issue: #2809177)
- Query access API (Change record: https://www.drupal.org/node/3002038, core issue: #777578)
- Bundle plugin API (plugin-based entity bundles, currently not proposed for core inclusion)
- A generic UI for revisions (WIP, see #2625122)
- Duplicate entity UI
- EntityViewsData handler with many improvements over the one in core.