function ThirdPartySettingsInterface::getThirdPartySettings
Same name in other branches
- 8.9.x core/lib/Drupal/Core/Config/Entity/ThirdPartySettingsInterface.php \Drupal\Core\Config\Entity\ThirdPartySettingsInterface::getThirdPartySettings()
- 10 core/lib/Drupal/Core/Config/Entity/ThirdPartySettingsInterface.php \Drupal\Core\Config\Entity\ThirdPartySettingsInterface::getThirdPartySettings()
- 11.x core/lib/Drupal/Core/Config/Entity/ThirdPartySettingsInterface.php \Drupal\Core\Config\Entity\ThirdPartySettingsInterface::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.
5 methods override ThirdPartySettingsInterface::getThirdPartySettings()
- ConfigEntityBase::getThirdPartySettings in core/
lib/ Drupal/ Core/ Config/ Entity/ ConfigEntityBase.php - Gets all third-party settings of a given module.
- DefaultsSectionStorage::getThirdPartySettings in core/
modules/ layout_builder/ src/ Plugin/ SectionStorage/ DefaultsSectionStorage.php - Gets all third-party settings of a given module.
- PluginSettingsBase::getThirdPartySettings in core/
lib/ Drupal/ Core/ Field/ PluginSettingsBase.php - Gets all third-party settings of a given module.
- Section::getThirdPartySettings in core/
modules/ layout_builder/ src/ Section.php - Gets all third-party settings of a given module.
- ViewUI::getThirdPartySettings in core/
modules/ views_ui/ src/ ViewUI.php - Gets all third-party settings of a given module.
File
-
core/
lib/ Drupal/ Core/ Config/ Entity/ ThirdPartySettingsInterface.php, line 53
Class
- ThirdPartySettingsInterface
- Interface for configuration entities to store third party information.
Namespace
Drupal\Core\Config\EntityCode
public function getThirdPartySettings($module);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.