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:content_provider_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:content_provider_components [2015/12/10 18:40] – [Content-Specific Plugin Details] demiankatzdevelopment:plugins:content_provider_components [2017/10/27 12:26] demiankatz
Line 19: Line 19:
 ===== Content-Specific Plugin Details ===== ===== Content-Specific Plugin Details =====
  
-// Each content loader retrieved by the plugin above returns plugins of one of the types described below. //+// Each content loader (described abovereturns plugins of one of the types described below. //
 ==== Author Notes ==== ==== Author Notes ====
  
Line 73: Line 73:
  
 **Service Manager Name for Service Locator:** VuFind\ContentReviewsPluginManager **Service Manager Name for Service Locator:** VuFind\ContentReviewsPluginManager
 +
 +See the [[development:plugins:general_information|General Plugin Information]] page for more details on VuFind plugins.
 +
 +==== Summaries ====
 +
 +// These plugins retrieve summaries of a particular title. :!: Added in VuFind 5.0. //
 +
 +**Default Namespace:** \VuFind\Content\Summaries
 +
 +**Base Class:** [[https://github.com/vufind-org/vufind/blob/master/module/VuFind/src/VuFind/Content/AbstractBase.php|\VuFind\Content\AbstractBase]]
 +
 +**Service Locator Configuration Section in module.config.php:** ['vufind']['plugin_managers']['content_summaries']
 +
 +**Service Manager Name for Service Locator:** VuFind\ContentSummariesPluginManager
 +
 +See the [[development:plugins:general_information|General Plugin Information]] page for more details on VuFind plugins.
 +
 +==== Tables of Contents ====
 +
 +// These plugins retrieve the table of contents for a particular title. :!: Added in VuFind 5.0. //
 +
 +**Default Namespace:** \VuFind\Content\TOC
 +
 +**Base Class:** [[https://github.com/vufind-org/vufind/blob/master/module/VuFind/src/VuFind/Content/AbstractBase.php|\VuFind\Content\AbstractBase]]
 +
 +**Service Locator Configuration Section in module.config.php:** ['vufind']['plugin_managers']['content_toc']
 +
 +**Service Manager Name for Service Locator:** VuFind\ContentTOCPluginManager
  
 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/content_provider_components.txt · Last modified: 2023/11/09 22:01 by demiankatz