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

Breadcrumb

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

function SectionComponent::__construct

Constructs a new SectionComponent.

Parameters

string $uuid: The UUID.

string $region: The region.

mixed[] $configuration: The plugin configuration.

mixed[] $additional: An additional values.

File

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

Class

SectionComponent
Provides a value object for a section component.

Namespace

Drupal\layout_builder

Code

public function __construct($uuid, $region, array $configuration = [], array $additional = []) {
    $this->uuid = $uuid;
    $this->region = $region;
    $this->configuration = $configuration;
    $this->additional = $additional;
}
RSS feed
Powered by Drupal