Added Event entity type.
This commit is contained in:
6
src/Plugin/Menu/AddEventsMenuLink.php
Normal file
6
src/Plugin/Menu/AddEventsMenuLink.php
Normal file
@ -0,0 +1,6 @@
|
||||
<?php
|
||||
namespace Drupal\opencase\Plugin\Menu;
|
||||
|
||||
use Drupal\Core\Menu\MenuLinkDefault;
|
||||
|
||||
class AddEventsMenuLink extends MenuLinkDefault {}
|
||||
Reference in New Issue
Block a user