Extends the revision model for content entities. Forked to use Conflict 8.x-2.x.
This module is part of the content staging suite for D8.
Multiversion depends on
- Drupal core's serialization module
- Key-value Extensions
To enable or disable entity types (to make multiversionable/non-multiversionable) use these Drush commands:
- To enable entity types use the
multiversion-enable-entity-types
command or themet
alias for Drush. - To disable entity types use the
multiversion-disable-entity-types
command or themdt
alias for Drush.
Multiversion can't be uninstalled as other modules because it modifies the entity storage.
To uninstall Multiversion use the multiversion-uninstall
command or the mun
alias for Drush.