When installing Easy Breadcrumb with Core Workspaces enabled the following exception is thrown:
Argument 10 passed to Drupal\easy_breadcrumb\EasyBreadcrumbBuilder::__construct() must be an instance of
Drupal\Core\Menu\MenuLinkManager, instance of Drupal\workspaces\WorkspacesMenuLinkManager given ...
This can be prevented by using the recommended Interface instead of the implementing class
Use the MenuLinkManagerInterface
instead of MenuLinkManager
in dependency injection of EasyBreadcrumbBuilder
constructor.
Closed: outdated
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.