function ThirdPartySettingsInterface::unsetThirdPartySetting
Same name in other branches
- 9 core/lib/Drupal/Core/Config/Entity/ThirdPartySettingsInterface.php \Drupal\Core\Config\Entity\ThirdPartySettingsInterface::unsetThirdPartySetting()
- 8.9.x core/lib/Drupal/Core/Config/Entity/ThirdPartySettingsInterface.php \Drupal\Core\Config\Entity\ThirdPartySettingsInterface::unsetThirdPartySetting()
- 11.x core/lib/Drupal/Core/Config/Entity/ThirdPartySettingsInterface.php \Drupal\Core\Config\Entity\ThirdPartySettingsInterface::unsetThirdPartySetting()
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.
4 methods override ThirdPartySettingsInterface::unsetThirdPartySetting()
- ConfigEntityBase::unsetThirdPartySetting in core/
lib/ Drupal/ Core/ Config/ Entity/ ConfigEntityBase.php - PluginSettingsBase::unsetThirdPartySetting in core/
lib/ Drupal/ Core/ Field/ PluginSettingsBase.php - Section::unsetThirdPartySetting in core/
modules/ layout_builder/ src/ Section.php - Unsets a third-party setting.
- ViewUI::unsetThirdPartySetting in core/
modules/ views_ui/ src/ ViewUI.php - Unsets a third-party setting.
File
-
core/
lib/ Drupal/ Core/ Config/ Entity/ ThirdPartySettingsInterface.php, line 66
Class
- ThirdPartySettingsInterface
- Interface for configuration entities to store third party information.
Namespace
Drupal\Core\Config\EntityCode
public function unsetThirdPartySetting($module, $key);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.