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_paragraphsCode
public function getThirdPartyProviders() {
return array_keys($this->thirdPartySettings);
}