You are here

public function ConfigActionsSourceInterface::getData in Config Actions 8

Get the data cached from the last load/save.

Return value

mixed

1 method overrides ConfigActionsSourceInterface::getData()
ConfigActionsSourceBase::getData in src/ConfigActionsSourceBase.php
Get the data cached from the last load/save.

File

src/ConfigActionsSourceInterface.php, line 61

Class

ConfigActionsSourceInterface
Defines an interface for config actions plugins

Namespace

Drupal\config_actions

Code

public function getData();