function ThirdPartySettingsInterface::getThirdPartyProviders
Same name in other branches
- 9 core/lib/Drupal/Core/Config/Entity/ThirdPartySettingsInterface.php \Drupal\Core\Config\Entity\ThirdPartySettingsInterface::getThirdPartyProviders()
- 8.9.x core/lib/Drupal/Core/Config/Entity/ThirdPartySettingsInterface.php \Drupal\Core\Config\Entity\ThirdPartySettingsInterface::getThirdPartyProviders()
- 11.x core/lib/Drupal/Core/Config/Entity/ThirdPartySettingsInterface.php \Drupal\Core\Config\Entity\ThirdPartySettingsInterface::getThirdPartyProviders()
Gets the list of third parties that store information.
Return value
array The list of third parties.
4 methods override ThirdPartySettingsInterface::getThirdPartyProviders()
- ConfigEntityBase::getThirdPartyProviders in core/
lib/ Drupal/ Core/ Config/ Entity/ ConfigEntityBase.php - PluginSettingsBase::getThirdPartyProviders in core/
lib/ Drupal/ Core/ Field/ PluginSettingsBase.php - Section::getThirdPartyProviders in core/
modules/ layout_builder/ src/ Section.php - Gets the list of third parties that store information.
- ViewUI::getThirdPartyProviders in core/
modules/ views_ui/ src/ ViewUI.php - Gets the list of third parties that store information.
File
-
core/
lib/ Drupal/ Core/ Config/ Entity/ ThirdPartySettingsInterface.php, line 74
Class
- ThirdPartySettingsInterface
- Interface for configuration entities to store third party information.
Namespace
Drupal\Core\Config\EntityCode
public function getThirdPartyProviders();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.