public function ThirdPartySettingsInterface::getThirdPartyProviders in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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.
3 methods override ThirdPartySettingsInterface::getThirdPartyProviders()
- ConfigEntityBase::getThirdPartyProviders in core/
lib/ Drupal/ Core/ Config/ Entity/ ConfigEntityBase.php - Gets the list of third parties that store information.
- PluginSettingsBase::getThirdPartyProviders in core/
lib/ Drupal/ Core/ Field/ PluginSettingsBase.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 80 - Contains \Drupal\Core\Config\Entity\ThirdPartySettingsInterface.
Class
- ThirdPartySettingsInterface
- Interface for configuration entities to store third party information.
Namespace
Drupal\Core\Config\EntityCode
public function getThirdPartyProviders();