You are here

public function ServicesClientConfigurableInterface::setConfiguration in Services Client 7.2

Set plugin configuration.

Parameters

array $config: Configuration options.

1 method overrides ServicesClientConfigurableInterface::setConfiguration()
ServicesClientPlugin::setConfiguration in include/plugin.inc
Set configuration of plugin.

File

include/plugin.inc, line 20
Base plugin definitions. All other plugins should be extended from this set of plugins.

Class

ServicesClientConfigurableInterface
Basic configurable interface.

Code

public function setConfiguration($config);