You are here

ExampleEventVariables.php in Hook Event Dispatcher 8.2

File

examples/preprocess_example_module/src/Variables/ExampleEventVariables.php
View source
<?php

namespace Drupal\preprocess_example_module\Event\Variables;

use Drupal\preprocess_event_dispatcher\Variables\AbstractEventVariables;

/**
 * Class ExampleEventVariables.
 */
class ExampleEventVariables extends AbstractEventVariables {

}

Classes

Namesort descending Description
ExampleEventVariables Class ExampleEventVariables.