You are here

public function InitialValuesEvent::getInitialValues in Address 8

Gets the initial values.

Return value

array The initial values.

File

src/Event/InitialValuesEvent.php, line 51

Class

InitialValuesEvent
Defines the initial values event.

Namespace

Drupal\address\Event

Code

public function getInitialValues() {
  return $this->initialValues;
}