Added menu links for seeing lists of things, also updated install.txt

This commit is contained in:
Naomi
2020-11-09 17:50:09 +00:00
parent df2c826a33
commit 27cb58512e
5 changed files with 78 additions and 2 deletions

View File

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