function ThirdPartySettingsInterface::setThirdPartySetting

Same name and namespace in other branches
  1. 11.x core/lib/Drupal/Core/Config/Entity/ThirdPartySettingsInterface.php \Drupal\Core\Config\Entity\ThirdPartySettingsInterface::setThirdPartySetting()
  2. 10 core/lib/Drupal/Core/Config/Entity/ThirdPartySettingsInterface.php \Drupal\Core\Config\Entity\ThirdPartySettingsInterface::setThirdPartySetting()
  3. 8.9.x core/lib/Drupal/Core/Config/Entity/ThirdPartySettingsInterface.php \Drupal\Core\Config\Entity\ThirdPartySettingsInterface::setThirdPartySetting()

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

2 methods override ThirdPartySettingsInterface::setThirdPartySetting()
DefaultsSectionStorage::setThirdPartySetting in core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php
Sets the value of a third-party setting.
Section::setThirdPartySetting in core/modules/layout_builder/src/Section.php
Sets the value of a third-party setting.

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);

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.