The Gitlab instance will be restarted on Monday April 28th at 2AM. There will be a short interruption of service.

Skip to content
Snippets Groups Projects
Commit 27261aa4 authored by David Maus's avatar David Maus
Browse files

Add VuFindSearch event namespace

* VuFindSearch/Service.php (setEventManager): Add `VuFindSearch' event
namespace, following common zf2 pattern.
parent 2aa141a2
No related merge requests found
......@@ -244,10 +244,11 @@ class Service
* @param EventManagerInterface $events Event manager
*
* @return void
* @todo Deprecate `VuFind\Search' event namespace (2.2)
*/
public function setEventManager(EventManagerInterface $events)
{
$events->setIdentifiers('VuFind\Search');
$events->setIdentifiers(array('VuFind\Search', 'VuFindSearch'));
$this->events = $events;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment