You are here

public function DashboardSectionStorage::getThirdPartyProviders in Dashboards with Layout Builder 8

Same name and namespace in other branches
  1. 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\SectionStorage

Code

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