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

Breadcrumb

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

function BlankLayout::build

Overrides LayoutDefault::build

File

core/modules/layout_builder/src/Plugin/Layout/BlankLayout.php, line 29

Class

BlankLayout
Provides a layout plugin that produces no output.

Namespace

Drupal\layout_builder\Plugin\Layout

Code

public function build(array $regions) {
    // Return no output.
    return [];
}

API Navigation

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