You are here

namespace Drupal\multiversion in Multiversion 8

Same name in other branches
  1. 8.2 Drupal\multiversion
Classsort descending Location Description
AliasStorage src/AliasStorage.php Extends the core AliasStore class. We need this to make possible aliases to work with Multiversion and Replication.
CacheBackendDecorator src/CacheBackendDecorator.php
CommentStatistics src/CommentStatistics.php Extends core CommentStatistics class and implements the update() method, it's necessary to take into consideration that comments are not deleted when using the Multiversion module, just flagged as deleted. We add a new condition - to count just…
EntityReference src/EntityReference.php Alternative entity reference data type class.
EntityReferenceFieldTrait src/EntityReferenceFieldTrait.php Alterations for entity reference field types
EntityReferenceItem src/EntityReferenceItem.php Alternative entity reference base field item type class.
EntityReferenceRevisionsItem src/EntityReferenceRevisionsItem.php Alternative entity reference revisions base field item type class.
FileItem src/FileItem.php Alternative file field item type class.
ImageItem src/ImageItem.php Alternative image field item type class.
IsStub src/IsStub.php The 'is_stub' property for revision token fields.
MenuTreeStorage src/MenuTreeStorage.php
MultiversionFieldItemList src/MultiversionFieldItemList.php
MultiversionManager src/MultiversionManager.php
MultiversionManagerInterface src/MultiversionManagerInterface.php
MultiversionMigration src/MultiversionMigration.php
MultiversionMigrationInterface src/MultiversionMigrationInterface.php
MultiversionServiceProvider src/MultiversionServiceProvider.php Defines a service profiler for the multiversion module.
NewEdit src/NewEdit.php The 'new_edit' property for revision token fields.
RouteProvider src/RouteProvider.php Overrides core RouteProvider.
WorkspaceCacheContext src/WorkspaceCacheContext.php Defines the WorkspaceCacheContext service, for "per workspace" caching.