You are here

public function ConfigDevelSaveEvent::getData in Configuration development 8

Gets the data representing the config object.

Return value

array An array of config data.

File

src/Event/ConfigDevelSaveEvent.php, line 65

Class

ConfigDevelSaveEvent
The ConfigDevelSaveEvent class.

Namespace

Drupal\config_devel\Event

Code

public function getData() {
  return $this->data;
}