You are here

public function ThirdPartySettingsInterface::getThirdPartyProviders in Drupal 8

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

5 methods override ThirdPartySettingsInterface::getThirdPartyProviders()
ConfigEntityBase::getThirdPartyProviders in core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php
Gets the list of third parties that store information.
DefaultsSectionStorage::getThirdPartyProviders in core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.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.
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\Entity

Code

public function getThirdPartyProviders();