You are here

class EventBase in Price 2.x

Same name and namespace in other branches
  1. 2.0.x src/EventBase.php \Drupal\price\EventBase

Provides a base event class for Price events.

Hierarchy

  • class \Drupal\Component\EventDispatcher\Event extends \Symfony\Component\EventDispatcher\Event

Expanded class hierarchy of EventBase

1 file declares its use of EventBase
NumberFormatDefinitionEvent.php in src/Event/NumberFormatDefinitionEvent.php

File

src/EventBase.php, line 18

Namespace

Drupal\price
View source
class EventBase extends Event {

}

Members