- Issue created by @bluegeek9
- πΊπΈUnited States bluegeek9
Line src/Plugin/Notifier/Manager.php
------ ----------------------------------------------------------------------
13 Plugin definitions cannot be altered.This means the constructor needs to call alterInfo, and setCacheBackend. Like the WidgetPluginManager does below.
/** * {@inheritdoc} */ public function __construct(\Traversable $namespaces, CacheBackendInterface $cache_backend, ModuleHandlerInterface $module_handler) { parent::__construct('Plugin/facets/widget', $namespaces, $module_handler, WidgetPluginInterface::class, FacetsWidget::class); $this ->alterInfo('widget_plugin_info'); $this ->setCacheBackend($cache_backend, 'facet_widget_plugins'); }
- last update
about 1 year ago run-tests.sh fatal error - last update
about 1 year ago run-tests.sh fatal error - Assigned to bluegeek9
- πΊπΈUnited States bluegeek9
bluegeek9 β changed the visibility of the branch 8.x-1.x to hidden.