W3cubDocs

/Drupal 8

public function ThirdPartySettingsInterface::unsetThirdPartySetting

public ThirdPartySettingsInterface::unsetThirdPartySetting($module, $key)

Unsets a third-party setting.

Parameters

string $module: The module providing the third-party setting.

string $key: The setting name.

Return value

mixed The value.

File

core/lib/Drupal/Core/Config/Entity/ThirdPartySettingsInterface.php, line 67

Class

ThirdPartySettingsInterface
Interface for configuration entities to store third party information.

Namespace

Drupal\Core\Config\Entity

Code

public function unsetThirdPartySetting($module, $key);

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Config!Entity!ThirdPartySettingsInterface.php/function/ThirdPartySettingsInterface::unsetThirdPartySetting/8.1.x