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

Differences

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

Link to this comparison view

Next revisionBoth sides next revision
development:plugins:fallback_record_loaders [2018/09/11 16:59] – created demiankatzdevelopment:plugins:fallback_record_loaders [2018/09/11 19:08] demiankatz
Line 1: Line 1:
 ====== Fallback Record Loaders ====== ====== Fallback Record Loaders ======
  
-// Details coming soon. //+:!: This feature was introduced in VuFind 5.1. 
 + 
 +This very specialized feature is used by VuFind's record loader. When records fail to load in the normal way, fallback loaders can be run to try to retrieve records by other means. For example, a Summon-specific loader is provided which can use bookmark information stored in VuFind's database to relocate records after their IDs have changed. 
 + 
 +===== Key Plugin Details ===== 
 + 
 +**Default Namespace:** \VuFind\Record\FallbackLoader 
 + 
 +**Interface:** [[https://github.com/vufind-org/vufind/blob/master/module/VuFind/src/VuFind/Record/FallbackLoader/FallbackLoaderInterface.php|\VuFind\Record\FallbackLoader\FallbackLoaderInterface]] 
 + 
 +**Service Locator Configuration Section in module.config.php:** ['vufind']['plugin_managers']['record_fallbackloader'
 + 
 +**Service Manager Name for Service Locator:** VuFind\Record\FallbackLoader\PluginManager 
 + 
 +See the [[development:plugins:general_information|General Plugin Information]] page for more details on VuFind plugins.
 ---- struct data ---- ---- struct data ----
 ---- ----
  
development/plugins/fallback_record_loaders.txt · Last modified: 2023/09/07 13:21 by demiankatz