Skip to content
Snippets Groups Projects
Commit d3016d2c authored by Narsing Gopagoni's avatar Narsing Gopagoni Committed by Joris Vercammen
Browse files

Issue #2981799 by gopagoninarsing: Provide the alterinfo hook for UrlProcessorPluginManager

parent 015447be
No related branches found
No related tags found
No related merge requests found
...@@ -25,6 +25,7 @@ class UrlProcessorPluginManager extends DefaultPluginManager { ...@@ -25,6 +25,7 @@ class UrlProcessorPluginManager extends DefaultPluginManager {
*/ */
public function __construct(\Traversable $namespaces, CacheBackendInterface $cache_backend, ModuleHandlerInterface $module_handler) { public function __construct(\Traversable $namespaces, CacheBackendInterface $cache_backend, ModuleHandlerInterface $module_handler) {
parent::__construct('Plugin/facets/url_processor', $namespaces, $module_handler, UrlProcessorInterface::class, FacetsUrlProcessor::class); parent::__construct('Plugin/facets/url_processor', $namespaces, $module_handler, UrlProcessorInterface::class, FacetsUrlProcessor::class);
$this->alterInfo('facets_url_processors_info');
$this->setCacheBackend($cache_backend, 'facets_url_processors'); $this->setCacheBackend($cache_backend, 'facets_url_processors');
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment