ThirdPartySettingsInterface::getThirdPartySetting

public ThirdPartySettingsInterface::getThirdPartySetting($module, $key, $default = NULL)

Gets the value of a third-party setting.

Parameters

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

string $key: The setting name.

mixed $default: The default value

Return value

mixed The value.

File

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

Class

ThirdPartySettingsInterface
Interface for configuration entities to store third party information.

Namespace

Drupal\Core\Config\Entity

Code

public function getThirdPartySetting($module, $key, $default = NULL);
doc_Drupal
2016-10-29 09:48:27
Comments
Leave a Comment

Please login to continue.