Same name and namespace in other branches
  1. 8.9.x core/lib/Drupal/Core/Config/Entity/ThirdPartySettingsInterface.php \Drupal\Core\Config\Entity\ThirdPartySettingsInterface::getThirdPartyProviders()
  2. 9 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.
Section::getThirdPartyProviders in core/modules/layout_builder/src/Section.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\Entity

Code

public function getThirdPartyProviders();