public ThirdPartySettingsInterface::setThirdPartySetting($module, $key, $value)
Sets the value of a third-party setting.
Parameters
string $module: The module providing the third-party setting.
string $key: The setting name.
mixed $value: The setting value.
Return value
$this
File
- core/lib/Drupal/Core/Config/Entity/ThirdPartySettingsInterface.php, line 27
Class
- ThirdPartySettingsInterface
- Interface for configuration entities to store third party information.
Namespace
Drupal\Core\Config\Entity
Code
public function setThirdPartySetting($module, $key, $value);
Please login to continue.