public function AddressFormatEvent::__construct in Address 8
Constructs a new AddressFormatEvent object.
Parameters
array $definition: The address format definition.
File
- src/
Event/ AddressFormatEvent.php, line 28
Class
- AddressFormatEvent
- Defines the address format event.
Namespace
Drupal\address\EventCode
public function __construct(array $definition) {
$this->definition = $definition;
}