You are here

public function UnsavedIndexConfiguration::getThirdPartyProviders in Search API 8

Gets the list of third parties that store information.

Return value

array The list of third parties.

Overrides ThirdPartySettingsInterface::getThirdPartyProviders

File

src/UnsavedIndexConfiguration.php, line 1111

Class

UnsavedIndexConfiguration
Represents a configuration of an index that was not yet permanently saved.

Namespace

Drupal\search_api

Code

public function getThirdPartyProviders() {
  return $this->entity
    ->getThirdPartyProviders();
}