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

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
development:plugins:auto_injection_interfaces [2020/03/03 20:17] demiankatzdevelopment:plugins:auto_injection_interfaces [2020/03/03 20:26] (current) demiankatz
Line 5: Line 5:
 Here are the relevant interfaces: Here are the relevant interfaces:
  
-  * \Laminas\Log\LoggerAwareInterface - Get access to the VuFind\Logger service +  * \Laminas\Log\LoggerAwareInterface - Get access to the VuFind\Log\Logger service 
-  * \VuFind\Db\Table\DbTableAwareInterface - Get access to the VuFind\DbTablePluginManager service +  * \VuFind\Db\Table\DbTableAwareInterface - Get access to the VuFind\Db\Table\PluginManager service 
-  * \VuFind\I18n\Translator\TranslatorAwareInterface - Get access to the VuFind\Translator service +  * \VuFind\I18n\Translator\TranslatorAwareInterface - Get access to the Laminas\Mvc\I18n\Translator service 
-  * \VuFindHttp\HttpServiceAwareInterface - Get access to the VuFind\Http service+  * \VuFindHttp\HttpServiceAwareInterface - Get access to the VuFindHttp\HttpService service
   * \ZfcRbac\Service\AuthorizationServiceAwareInterface - Get access to the authorization service (for permission checks)   * \ZfcRbac\Service\AuthorizationServiceAwareInterface - Get access to the authorization service (for permission checks)
  
Line 30: Line 30:
  
 ---- struct data ---- ---- struct data ----
 +properties.Page Owner : 
 ---- ----
  
development/plugins/auto_injection_interfaces.txt · Last modified: 2020/03/03 20:26 by demiankatz