public function ConfigActionsSourceInterface::setMerge in Config Actions 8
Set whether data saved in this source should be merged with existing data
Parameters
bool $merge:
1 method overrides ConfigActionsSourceInterface::setMerge()
- ConfigActionsSourceBase::setMerge in src/
ConfigActionsSourceBase.php - Set whether data saved in this source should be merged with existing data
File
- src/
ConfigActionsSourceInterface.php, line 96
Class
- ConfigActionsSourceInterface
- Defines an interface for config actions plugins
Namespace
Drupal\config_actionsCode
public function setMerge($merge);