public function MultiversionMigrationInterface::applyNewStorage in Multiversion 8
Converts the entity storage to revisionable for the given entity type IDs.
Parameters
array $entity_type_ids: An array of entity types for which to convert the storage.
Return value
$this
1 method overrides MultiversionMigrationInterface::applyNewStorage()
- MultiversionMigration::applyNewStorage in src/
MultiversionMigration.php - Converts the entity storage to revisionable for the given entity type IDs.
File
- src/
MultiversionMigrationInterface.php, line 48
Class
Namespace
Drupal\multiversionCode
public function applyNewStorage(array $entity_type_ids);