Esempio n. 1
0
 /**
  * {@inheritdoc}
  */
 public function getThirdPartySetting($module, $key, $default = NULL)
 {
     return $this->storage->getThirdPartySetting($module, $key, $default);
 }