Dynamic menu links for adding actors

This commit is contained in:
Naomi
2018-10-24 17:40:26 +01:00
parent fd5d145866
commit 10b99f132e
3 changed files with 68 additions and 0 deletions

View File

@ -0,0 +1,9 @@
<?php
namespace Drupal\opencase\Plugin\Menu;
use Drupal\Core\Menu\MenuLinkDefault;
/**
* Represents a menu link for adding an actor of some type.
*/
class AddActorsMenuLink extends MenuLinkDefault {}