You are here

final class CurrencyEvents in Currency 8.3

Defines Currency events.

Hierarchy

Expanded class hierarchy of CurrencyEvents

3 files declare their use of CurrencyEvents
CurrencyEventsTest.php in tests/src/Unit/Event/CurrencyEventsTest.php
EventDispatcher.php in src/EventDispatcher.php
EventDispatcherTest.php in tests/src/Unit/EventDispatcherTest.php

File

src/Event/CurrencyEvents.php, line 8

Namespace

Drupal\currency\Event
View source
final class CurrencyEvents {

  /**
   * The name of the event that is fired to resolve the current country code.
   *
   * @see \Drupal\currency\Event\ResolveCountryCode
   */
  const RESOLVE_COUNTRY_CODE = 'drupal.currency.resolve_country_code';

}

Members

Namesort descending Modifiers Type Description Overrides
CurrencyEvents::RESOLVE_COUNTRY_CODE constant The name of the event that is fired to resolve the current country code.