function DefaultsSectionStorage::getThirdPartyProviders
Gets the list of third parties that store information.
Return value
array The list of third parties.
Overrides ThirdPartySettingsInterface::getThirdPartyProviders
File
-
core/
modules/ layout_builder/ src/ Plugin/ SectionStorage/ DefaultsSectionStorage.php, line 385
Class
- DefaultsSectionStorage
- Defines the 'defaults' section storage type.
Namespace
Drupal\layout_builder\Plugin\SectionStorageCode
public function getThirdPartyProviders() {
return $this->getDisplay()
->getThirdPartyProviders();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.