Voir sur Drupal.org
Nb téléchargements :
240057
Components
- Code
- Documentation
- Miscellaneous
- User interface
Licence
http://www.gnu.org/licenses/old-licenses/gpl-2.0.htmlpermet d'ajouter les révisions sur les entités
Release
Status : Published
Projects : Modules
Maintenance status : Actively maintained
Development status : Under active development
Supported Branches :
8.x-1.
Stable releases for this project are covered by the
security advisory policy.
8.x-1.12
released
04 August 2024
Works with Drupal:
^9 || ^10 || ^11
Install:
composer require 'drupal/entity_reference_revisions:^1.12'
Covered by Drupal's security advisory policy
Release type : Bug fixes
Description
Overview
Adds an Entity Reference field type with revision support, allowing specific entity revisions to be references. This is useful for modules like Paragraphs and Inline Entity Form.
A common use case is where an entity is actually part of a parent entity (with an embedded entity form). When the parent entity is updated, the referenced entity is also updated, thus the previous revision of the parent entity should still be pointing to the previous version of the entity to fully support revision diff and rollback.
Toutes les informations proviennent du site drupal.org