About Features Downloads Getting Started Documentation Events Support GitHub

Love VuFind®? Consider becoming a financial supporter. Your support helps build a better VuFind®!

Site Tools


Warning: This page has not been updated in over over a year and may be outdated or deprecated.
development:plugins:hierarchy_components

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
development:plugins:hierarchy_components [2015/12/10 18:46] – [Hierarchy Tree Data Formatter Plugin Details] demiankatzdevelopment:plugins:hierarchy_components [2018/03/14 18:03] demiankatz
Line 1: Line 1:
 ====== Hierarchy Plugins ====== ====== Hierarchy Plugins ======
  
-VuFind uses several families of classes to support its [[:hierarchies_and_collections|hierarchies and collections]] functionality.+VuFind uses several families of classes to support its [[indexing:hierarchies_and_collections|hierarchies and collections]] functionality.
  
 ===== Hierarchy Driver Plugin Details ===== ===== Hierarchy Driver Plugin Details =====
Line 13: Line 13:
 **Service Locator Configuration Section in module.config.php:** ['vufind']['plugin_managers']['hierarchy_driver'] **Service Locator Configuration Section in module.config.php:** ['vufind']['plugin_managers']['hierarchy_driver']
  
-**Service Manager Name for Service Locator:** VuFind\HierarchyDriverPluginManager+**Service Manager Name for Service Locator:** VuFind\HierarchyDriverPluginManager (VuFind 2.x-4.x), VuFind\Hierarchy\Driver\PluginManager (VuFind 5.0+)
  
 See the [[development:plugins:general_information|General Plugin Information]] page for more details on VuFind plugins. See the [[development:plugins:general_information|General Plugin Information]] page for more details on VuFind plugins.
Line 27: Line 27:
 **Service Locator Configuration Section in module.config.php:** ['vufind']['plugin_managers']['hierarchy_treedataformatter'] **Service Locator Configuration Section in module.config.php:** ['vufind']['plugin_managers']['hierarchy_treedataformatter']
  
-**Service Manager Name for Service Locator:** VuFind\HierarchyTreeDataFormatterPluginManager+**Service Manager Name for Service Locator:** VuFind\HierarchyTreeDataFormatterPluginManager (VuFind 2.x-4.x), VuFind\Hierarchy\TreeDataFormatter\PluginManager (VuFind 5.0+)
  
 See the [[development:plugins:general_information|General Plugin Information]] page for more details on VuFind plugins. See the [[development:plugins:general_information|General Plugin Information]] page for more details on VuFind plugins.
Line 41: Line 41:
 **Service Locator Configuration Section in module.config.php:** ['vufind']['plugin_managers']['hierarchy_treedatasource'] **Service Locator Configuration Section in module.config.php:** ['vufind']['plugin_managers']['hierarchy_treedatasource']
  
-**Service Manager Name for Service Locator:** VuFind\HierarchyTreeDataSourcePluginManager+**Service Manager Name for Service Locator:** VuFind\HierarchyTreeDataSourcePluginManager (VuFind 2.x-4.x), VuFind\Hierarchy\TreeDataSource\PluginManager (VuFind 5.0+)
  
 See the [[development:plugins:general_information|General Plugin Information]] page for more details on VuFind plugins. See the [[development:plugins:general_information|General Plugin Information]] page for more details on VuFind plugins.
Line 55: Line 55:
 **Service Locator Configuration Section in module.config.php:** ['vufind']['plugin_managers']['hierarchy_treerenderer'] **Service Locator Configuration Section in module.config.php:** ['vufind']['plugin_managers']['hierarchy_treerenderer']
  
-**Service Manager Name for Service Locator:** VuFind\HierarchyTreeRendererPluginManager+**Service Manager Name for Service Locator:** VuFind\HierarchyTreeRendererPluginManager (VuFind 2.x-4.x), VuFind\Hierarchy\TreeRenderer\PluginManager (VuFind 5.0+)
  
 See the [[development:plugins:general_information|General Plugin Information]] page for more details on VuFind plugins. See the [[development:plugins:general_information|General Plugin Information]] page for more details on VuFind plugins.
development/plugins/hierarchy_components.txt · Last modified: 2023/11/27 18:45 by demiankatz