public ThirdPartySettingsInterface::getThirdPartyProviders()
Gets the list of third parties that store information.
Return value
array The list of third parties.
File
- core/lib/Drupal/Core/Config/Entity/ThirdPartySettingsInterface.php, line 75
Class
- ThirdPartySettingsInterface
- Interface for configuration entities to store third party information.
Namespace
Drupal\Core\Config\Entity
Code
public function getThirdPartyProviders();
Please login to continue.