You are here

public function AvailableCountriesEvent::getAvailableCountries in Address 8

Gets the available countries.

Return value

array The available countries.

File

src/Event/AvailableCountriesEvent.php, line 51

Class

AvailableCountriesEvent
Defines the available countries event.

Namespace

Drupal\address\Event

Code

public function getAvailableCountries() {
  return $this->availableCountries;
}