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

Breadcrumb

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

function SectionComponent::setConfiguration

Sets the plugin configuration.

Parameters

mixed[] $configuration: The plugin configuration.

Return value

$this

File

core/modules/layout_builder/src/SectionComponent.php, line 202

Class

SectionComponent
Provides a value object for a section component.

Namespace

Drupal\layout_builder

Code

public function setConfiguration(array $configuration) {
    $this->configuration = $configuration;
    return $this;
}
RSS feed
Powered by Drupal