added see al org's page and menu item, made fields configurable for actor

This commit is contained in:
Nick
2022-04-08 14:00:44 +02:00
parent b85cbaf398
commit 20ed3d4f39
5 changed files with 94 additions and 106 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 organisations of various types.
*/
class SeeAllOrganisationsMenuLink extends MenuLinkDefault {}