W3cubDocs

/Drupal 8

public function ThirdPartySettingsInterface::getThirdPartyProviders

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();

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Config!Entity!ThirdPartySettingsInterface.php/function/ThirdPartySettingsInterface::getThirdPartyProviders/8.1.x