You are here

public function ConfigActionsServiceInterface::saveSource in Config Actions 8

Save data from a given source plugin.

Parameters

mixed $data to be saved:

mixed $dest specifier:

string $type: source plugin id

string $base: optional base path

bool $force: True if data should be saved regardless of pipeline

Return value

bool True if plugin could save data

1 method overrides ConfigActionsServiceInterface::saveSource()
ConfigActionsService::saveSource in src/ConfigActionsService.php
Save data from a given source plugin.

File

src/ConfigActionsServiceInterface.php, line 84

Class

ConfigActionsServiceInterface
Defines an interface for config actions service

Namespace

Drupal\config_actions

Code

public function saveSource($data, $dest, $type = '', $base = '', $force = FALSE);