interface EventDispatcherInterface in Currency 8.3
Defines a Currency event dispatcher.
Because new events may be added in minor releases, this interface and all classes that implement it are considered unstable forever. If you write an event dispatcher, you must be prepared to update it in minor releases.
Hierarchy
- interface \Drupal\currency\EventDispatcherInterface
Expanded class hierarchy of EventDispatcherInterface
All classes that implement EventDispatcherInterface
1 file declares its use of EventDispatcherInterface
- LocaleResolverTest.php in tests/
src/ Unit/ LocaleResolverTest.php
File
- src/
EventDispatcherInterface.php, line 12
Namespace
Drupal\currencyView source
interface EventDispatcherInterface {
/**
* Gets the current country code.
*
* @return string
* The current country code.
*/
public function resolveCountryCode();
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
EventDispatcherInterface:: |
public | function | Gets the current country code. | 1 |