ThirdPartySettingsInterface::getThirdPartySettings

public ThirdPartySettingsInterface::getThirdPartySettings($module)

Gets all third-party settings of a given module.

Parameters

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

Return value

array An array of key-value pairs.

File

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

Class

ThirdPartySettingsInterface
Interface for configuration entities to store third party information.

Namespace

Drupal\Core\Config\Entity

Code

public function getThirdPartySettings($module);
doc_Drupal
2016-10-29 09:48:27
Comments
Leave a Comment

Please login to continue.