EntityTreeNodeMapper |
src/Storage/EntityTreeNodeMapper.php |
Takes an array of tree nodes & returns matching entities, keyed by tree node. |
EntityTreeNodeMapperInterface |
src/Storage/EntityTreeNodeMapperInterface.php |
Takes an array of tree nodes & returns matching entities, keyed by tree node. |
InsertPosition |
src/Storage/InsertPosition.php |
Defines a value object for an insert position. |
NestedSetNodeKeyFactory |
src/Storage/NestedSetNodeKeyFactory.php |
Defines a class for turning Drupal entities into nested set nodes. |
NestedSetStorage |
src/Storage/NestedSetStorage.php |
Wraps the library nested set implementation with JIT table creation. |
NestedSetStorageFactory |
src/Storage/NestedSetStorageFactory.php |
Defines a factory for creating a nested set storage handler for hierarchies. |
ParentEntityDeleteUpdater |
src/Storage/ParentEntityDeleteUpdater.php |
Defines a class for updating the tree when a parent is deleted. |
ParentEntityReactionBase |
src/Storage/ParentEntityReactionBase.php |
Defines a base class for reacting to parent entity updates. |
ParentEntityRevisionUpdater |
src/Storage/ParentEntityRevisionUpdater.php |
Defines a class for handling a parent entity is updated to a new revision. |
TreeLockTrait |
src/Storage/TreeLockTrait.php |
Defines a trait for locking tree operations. |
TreeRebuilder |
src/Storage/TreeRebuilder.php |
Defines a class for rebuilding the tree. |