You are here

public function ServicesClientPlugin::__construct in Services Client 7

Same name and namespace in other branches
  1. 7.2 include/plugin.inc \ServicesClientPlugin::__construct()

File

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

Class

ServicesClientPlugin
Base plugin class

Code

public function __construct($hook, $config) {

  // Store configuration and connection definition
  $this->hook = $hook;
  $this->config = $config;
}