diff --git a/src/UrlProcessor/UrlProcessorPluginManager.php b/src/UrlProcessor/UrlProcessorPluginManager.php
index 75f1988f793c5fba8730d852ddbf02e27a50c2b5..68b23efe82610726e6efcbeab2356599cac3492f 100644
--- a/src/UrlProcessor/UrlProcessorPluginManager.php
+++ b/src/UrlProcessor/UrlProcessorPluginManager.php
@@ -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');
   }