You are here

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\Event

Code

public function __construct(array $definition) {
  $this->definition = $definition;
}