Skip to content
Snippets Groups Projects

Issue #2773591: New contextual links are not available after a module is installed

6 files
+ 53
12
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -2,10 +2,12 @@
namespace Drupal\Core\Menu;
use Drupal\Component\Plugin\PluginManagerInterface;
/**
* Provides an object which returns the available contextual links.
*/
interface ContextualLinkManagerInterface {
interface ContextualLinkManagerInterface extends PluginManagerInterface {
/**
* Gets the contextual link plugins by contextual link group.
Loading