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:record_tabs

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
development:plugins:record_tabs [2018/03/14 18:05] – [Key Plugin Details] demiankatzdevelopment:plugins:record_tabs [2020/09/22 14:21] (current) demiankatz
Line 7: Line 7:
 **Default Namespace:** \VuFind\RecordTab **Default Namespace:** \VuFind\RecordTab
  
-**Interface:** [[https://github.com/vufind-org/vufind/blob/master/module/VuFind/src/VuFind/RecordTab/TabInterface.php|\VuFind\RecordTab\TabInterface]]+**Interface:** [[https://github.com/vufind-org/vufind/blob/dev/module/VuFind/src/VuFind/RecordTab/TabInterface.php|\VuFind\RecordTab\TabInterface]]
  
-**Base Class:** [[https://github.com/vufind-org/vufind/blob/master/module/VuFind/src/VuFind/RecordTab/AbstractBase.php|\VuFind\RecordTab\AbstractBase]]+**Base Class:** [[https://github.com/vufind-org/vufind/blob/dev/module/VuFind/src/VuFind/RecordTab/AbstractBase.php|\VuFind\RecordTab\AbstractBase]]
  
 **Service Locator Configuration Section in module.config.php:** ['vufind']['plugin_managers']['recordtab'] **Service Locator Configuration Section in module.config.php:** ['vufind']['plugin_managers']['recordtab']
Line 23: Line 23:
 ===== Notes ===== ===== Notes =====
  
-  * Record tabs are loaded based on a mapping found in the ['vufind']['recorddriver_tabs'] section of module.config.php.  Each sub-array is a map from a tab name (as used in a record URL) to a tab service (found in recordtab_plugin_manager).  If a particular record driver is not defined in recorddriver_tabs, it will inherit configuration from a configured parent class (if applicable).+  * Since VuFind 6.0, record tabs are loaded based on configurations found in the RecordTabs.ini configuration file. In prior releases, record tabs were loaded based on a mapping found in the ['vufind']['recorddriver_tabs'] section of module.config.php.  See the comments in the appropriate file for more details.
 ---- struct data ---- ---- struct data ----
 +properties.Page Owner : 
 ---- ----
  
development/plugins/record_tabs.txt · Last modified: 2020/09/22 14:21 by demiankatz