You are here

public function LayoutParagraphsLayout::getThirdPartyProviders in Layout Paragraphs 2.0.x

Gets the list of third parties that store information.

Return value

array The list of third parties.

Overrides ThirdPartySettingsInterface::getThirdPartyProviders

File

src/LayoutParagraphsLayout.php, line 539

Class

LayoutParagraphsLayout
Provides a domain object for a complete Layout Paragraphs Layout.

Namespace

Drupal\layout_paragraphs

Code

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