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

Breadcrumb

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

function Section::setThirdPartySetting

Overrides ThirdPartySettingsInterface::setThirdPartySetting

File

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

Class

Section
Provides a domain object for layout sections.

Namespace

Drupal\layout_builder

Code

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