You are here

public function ConfigActionsSourceBase::getData in Config Actions 8

Get the data cached from the last load/save.

Return value

mixed

Overrides ConfigActionsSourceInterface::getData

File

src/ConfigActionsSourceBase.php, line 151

Class

ConfigActionsSourceBase
Base class for config_actions plugins.

Namespace

Drupal\config_actions

Code

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