function ConfigEntityBase::getThirdPartySettings
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.
Overrides ThirdPartySettingsInterface::getThirdPartySettings
File
- 
              core/
lib/ Drupal/ Core/ Config/ Entity/ ConfigEntityBase.php, line 530  
Class
- ConfigEntityBase
 - Defines a base configuration entity class.
 
Namespace
Drupal\Core\Config\EntityCode
public function getThirdPartySettings($module) {
  return $this->third_party_settings[$module] ?? [];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.