Wiring up new Organisation entity type

This commit is contained in:
Naomi
2020-11-12 17:35:34 +00:00
parent 675a85dfb6
commit 7a9b95bf0d
7 changed files with 331 additions and 5 deletions

View File

@ -0,0 +1,6 @@
<?php
namespace Drupal\opencase\Plugin\Menu;
use Drupal\Core\Menu\MenuLinkDefault;
class SeeAllOrganisationgMenuLink extends MenuLinkDefault {}