You are here

service entity_hierarchy.nested_set_storage_factory in Entity Reference Hierarchy 3.x

Same name and namespace in other branches
  1. 8.2 entity_hierarchy.services.yml \entity_hierarchy.nested_set_storage_factory

Class

Drupal\entity_hierarchy\Storage\NestedSetStorageFactory
7 string references to entity_hierarchy.nested_set_storage_factory
ChildEntityWarningBuilder::create in src/Information/ChildEntityWarningBuilder.php
Instantiates a new instance of this class.
EntityHierarchy::create in src/Plugin/EntityReferenceSelection/EntityHierarchy.php
Creates an instance of the plugin.
EntityHierarchy::create in modules/entity_hierarchy_workbench_access/src/Plugin/AccessControlHierarchy/EntityHierarchy.php
Creates an instance of the plugin.
EntityHierarchyArgumentPluginBase::create in src/Plugin/views/argument/EntityHierarchyArgumentPluginBase.php
Creates an instance of the plugin.
HierarchyChildrenForm::create in src/Form/HierarchyChildrenForm.php
Instantiates a new instance of this class.

... See full list

File

./entity_hierarchy.services.yml
entity_hierarchy.services.yml

View source
  1. class: Drupal\entity_hierarchy\Storage\NestedSetStorageFactory
  2. arguments:
  3. - '@dbal_connection'
  4. - '@database'
  5. - '@entity_hierarchy.logger'