You are here

public function ConfigActionsSourceInterface::save in Config Actions 8

Save data to the source.

Parameters

mixed $data:

Return value

bool TRUE if the data was saved.

1 method overrides ConfigActionsSourceInterface::save()
ConfigActionsSourceBase::save in src/ConfigActionsSourceBase.php
Save data to the source.

File

src/ConfigActionsSourceInterface.php, line 55

Class

ConfigActionsSourceInterface
Defines an interface for config actions plugins

Namespace

Drupal\config_actions

Code

public function save($data);