Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. ThirdPartySettingsInterface.php

function 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
Unsets a third-party setting.
PluginSettingsBase::unsetThirdPartySetting in core/lib/Drupal/Core/Field/PluginSettingsBase.php
Unsets a third-party setting.
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\Entity

Code

public function unsetThirdPartySetting($module, $key);

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal