コード例 #1
0
 /**
  * {@inheritdoc}
  */
 public function unsetThirdPartySetting($module, $key)
 {
     $this->changedProperties['third_party_settings'] = 'third_party_settings';
     return $this->entity->unsetThirdPartySetting($module, $key);
 }