function DuplicateConfigAction::apply

Overrides ConfigActionPluginInterface::apply

File

core/modules/config/tests/config_action_duplicate_test/src/Plugin/ConfigAction/DuplicateConfigAction.php, line 19

Class

DuplicateConfigAction

Namespace

Drupal\config_action_duplicate_test\Plugin\ConfigAction

Code

public function apply(string $configName, mixed $value) : void {
    // This method should never be called.
    throw new \BadMethodCallException();
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.