public function ConfigActionsSourceInterface::doSave in Config Actions 8
Save data to the source.
Parameters
array $data:
Return value
bool TRUE if the data was saved.
1 method overrides ConfigActionsSourceInterface::doSave()
- ConfigActionsSourceBase::doSave in src/
ConfigActionsSourceBase.php - Save data to the source.
File
- src/
ConfigActionsSourceInterface.php, line 27
Class
- ConfigActionsSourceInterface
- Defines an interface for config actions plugins
Namespace
Drupal\config_actionsCode
public function doSave($data);