You are here

public function LayoutBuilderIdsConfigureSection::__construct in Layout builder ids 2.0.x

Constructor for event subscriber for configure block.

Parameters

\Drupal\layout_builder_ids\Service\LayoutBuilderIdsService $layoutBuilderIdsService: Layout builder ids service.

File

src/EventSubscriber/LayoutBuilderIdsConfigureSection.php, line 30

Class

LayoutBuilderIdsConfigureSection
Add section id to layout builder sections.

Namespace

Drupal\layout_builder_ids\EventSubscriber

Code

public function __construct(LayoutBuilderIdsService $layoutBuilderIdsService) {
  $this->layoutBuilderIdsService = $layoutBuilderIdsService;
}