public ConfigEntityBase::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.
Overrides ThirdPartySettingsInterface::getThirdPartySetting
File
core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php, line 541
Class
ConfigEntityBase Defines a base configuration entity class.
Namesp