Overrides ThirdPartySettingsInterface::setThirdPartySetting
public function setThirdPartySetting($module, $key, $value) { $this->thirdPartySettings[$module][$key] = $value; return $this; }