You are here

public function ConfigDevelSaveEvent::setData in Configuration development 8

Sets the data for the config object.

Parameters

array $data: The config data.

File

src/Event/ConfigDevelSaveEvent.php, line 75

Class

ConfigDevelSaveEvent
The ConfigDevelSaveEvent class.

Namespace

Drupal\config_devel\Event

Code

public function setData(array $data) {
  $this->data = $data;
}