- Issue created by @joachim
This doesn't work for Views plugins, because they all use the same manager class:
> throw new PluginNotFoundException($plugin_id, sprintf('The "%s" plugin does not exist. Valid plugin IDs for %s are: %s', $plugin_id, static::class, $valid_ids));
This means you get an error like this:
> The "localgov_page_header_display_extender" plugin does not exist. Valid plugin IDs for Drupal\views\Plugin\ViewsPluginManager are: default
and you don't know which of the 5 or 6 different Views plugin types this is.
Active
11.0 🔥
views.module