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
Tags 8.x-1.0-beta3
No related merge requests found
......@@ -25,6 +25,7 @@ class UrlProcessorPluginManager extends DefaultPluginManager {
*/
public function __construct(\Traversable $namespaces, CacheBackendInterface $cache_backend, ModuleHandlerInterface $module_handler) {
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');
}
......
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