/**
  * Set the correct variables in the plugin API
  *
  * @protected
  */
 function loadPluginAPI()
 {
     parent::loadPluginAPI();
     $this->_pluginAPI->setConfigManager($this->_configManager);
 }