You are here

public function SubdivisionsEvent::getDefinitions in Address 8

Gets the subdivision definitions.

Return value

array The subdivision definitions.

File

src/Event/SubdivisionsEvent.php, line 56

Class

SubdivisionsEvent
Defines the subdivisions event.

Namespace

Drupal\address\Event

Code

public function getDefinitions() {
  return $this->definitions;
}