Added links to admin menu for managing taxonomies

This commit is contained in:
2022-04-21 08:46:13 +01:00
parent b85cbaf398
commit aa0c350766
3 changed files with 63 additions and 0 deletions

View File

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