This repository has been archived on 2022-07-12. You can view files and clone it, but cannot push or open issues or pull requests.
opencase/src/Plugin/Menu/SeeAllActorsMenuLink.php

10 lines
211 B
PHP

<?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 {}