hook_event_dispatcher-8.x-2.04/examples/preprocess_example_module/src/Variables/ExampleEventVariables.php
examples/preprocess_example_module/src/Variables/ExampleEventVariables.php
<?php
namespace Drupal\preprocess_example_module\Event\Variables;
use Drupal\preprocess_event_dispatcher\Variables\AbstractEventVariables;
/**
* Class ExampleEventVariables.
*/
class ExampleEventVariables extends AbstractEventVariables {}
