You are here

public function ConfigActionsSourceInterface::getMerge in Config Actions 8

Return whether the data from this source will be merged

Return value

bool

1 method overrides ConfigActionsSourceInterface::getMerge()
ConfigActionsSourceBase::getMerge in src/ConfigActionsSourceBase.php
Return whether the data from this source will be merged

File

src/ConfigActionsSourceInterface.php, line 90

Class

ConfigActionsSourceInterface
Defines an interface for config actions plugins

Namespace

Drupal\config_actions

Code

public function getMerge();