Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Section.php

function Section::getThirdPartySettings

Overrides ThirdPartySettingsInterface::getThirdPartySettings

File

core/modules/layout_builder/src/Section.php, line 412

Class

Section
Provides a domain object for layout sections.

Namespace

Drupal\layout_builder

Code

public function getThirdPartySettings($provider) {
    return $this->thirdPartySettings[$provider] ?? [];
}
RSS feed
Powered by Drupal