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

Breadcrumb

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

function Section::getThirdPartySetting

Overrides ThirdPartySettingsInterface::getThirdPartySetting

File

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

Class

Section
Provides a domain object for layout sections.

Namespace

Drupal\layout_builder

Code

public function getThirdPartySetting($provider, $key, $default = NULL) {
    return $this->thirdPartySettings[$provider][$key] ?? $default;
}
RSS feed
Powered by Drupal