SU-SWS/stanford_profile_helper

View on GitHub
src/Event/MenuCacheEvent.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
<?php

namespace Drupal\stanford_profile_helper\Event;

use Drupal\Component\EventDispatcher\Event;

/**
 * Menu cache events.
 */
class MenuCacheEvent extends Event {

  const CACHE_CLEARED = 'cache_cleared';

}