public function DashboardSectionStorage::getThirdPartyProviders in Dashboards with Layout Builder 8
Same name and namespace in other branches
- 2.0.x src/Plugin/SectionStorage/DashboardSectionStorage.php \Drupal\dashboards\Plugin\SectionStorage\DashboardSectionStorage::getThirdPartyProviders()
Gets the list of third parties that store information.
Return value
array The list of third parties.
Overrides ThirdPartySettingsInterface::getThirdPartyProviders
File
- src/
Plugin/ SectionStorage/ DashboardSectionStorage.php, line 258
Class
- DashboardSectionStorage
- Dashboard section storage.
Namespace
Drupal\dashboards\Plugin\SectionStorageCode
public function getThirdPartyProviders() {
return $this
->getDashboard()
->getThirdPartyProviders();
}