- First commit to issue fork.
- Merge request !2fix for Call to undefined method Drupal\help_topics\Plugin\Search\HelpSearch::getConfiguration() → (Open) created by nicrodgers
- Status changed to Needs review
8 months ago 3:05pm 18 April 2024 - 🇬🇧United Kingdom nicrodgers Monmouthshire, UK
This is still occuring on the latest dev version. The problem is that it assumes all SearchPlugins implement configuration, but actually only those that implement ConfigurableSearchPluginInterface do. Help search pages and others cause this error.
I was also occasionally getting the error ' The theme implementations may not be rendered until all modules are loaded. ' whilst testing this, which is why I've added the call to \Drupal::moduleHandler()->loadAll();