You are here

service multiversion.entity_index.rev.tree in Multiversion 8.2

Same name and namespace in other branches
  1. 8 multiversion.services.yml \multiversion.entity_index.rev.tree

Class

Drupal\multiversion\Entity\Index\RevisionTreeIndex
8 string references to multiversion.entity_index.rev.tree
ComplexLcaResolverTest::setUp in src/Tests/ComplexLcaResolverTest.php
Sets up a Drupal site for running functional and integration tests.
ContentEntityStorageTrait::doSave in src/Entity/Storage/ContentEntityStorageTrait.php
@todo Revisit this logic with forward revisions in mind.
ContentEntityStorageTrait::trackConflicts in src/Entity/Storage/ContentEntityStorageTrait.php
Uses the Conflict Tracker service to track conflicts for an entity.
GraphCreationTest::setUp in src/Tests/GraphCreationTest.php
Sets up a Drupal site for running functional and integration tests.
MultiversionIndexFactoryTest::testFactory in tests/src/Kernel/MultiversionIndexFactoryTest.php
Tests the factory.

... See full list

File

./multiversion.services.yml
multiversion.services.yml

View source
  1. class: Drupal\multiversion\Entity\Index\RevisionTreeIndex
  2. arguments:
  3. - '@keyvalue'
  4. - '@workspaces.manager'
  5. - '@multiversion.entity_index.factory'