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

Breadcrumb

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

function Section::layoutPluginManager

Wraps the layout plugin manager.

Return value

\Drupal\Core\Layout\LayoutPluginManagerInterface The layout plugin manager.

File

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

Class

Section
Provides a domain object for layout sections.

Namespace

Drupal\layout_builder

Code

protected function layoutPluginManager() {
    return \Drupal::service('plugin.manager.core.layout');
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal