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

Breadcrumb

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

function LayoutDefault::defaultConfiguration

Overrides ConfigurableInterface::defaultConfiguration

3 calls to LayoutDefault::defaultConfiguration()
LayoutDefault::setConfiguration in core/lib/Drupal/Core/Layout/LayoutDefault.php
Sets the configuration for this plugin instance.
MultiWidthLayoutBase::defaultConfiguration in core/modules/layout_builder/src/Plugin/Layout/MultiWidthLayoutBase.php
Gets default configuration for this plugin.
MultiWidthLayoutBase::defaultConfiguration in core/modules/layout_builder/src/Plugin/Layout/MultiWidthLayoutBase.php
Gets default configuration for this plugin.
1 method overrides LayoutDefault::defaultConfiguration()
MultiWidthLayoutBase::defaultConfiguration in core/modules/layout_builder/src/Plugin/Layout/MultiWidthLayoutBase.php
Gets default configuration for this plugin.

File

core/lib/Drupal/Core/Layout/LayoutDefault.php, line 81

Class

LayoutDefault
Provides a default class for Layout plugins.

Namespace

Drupal\Core\Layout

Code

public function defaultConfiguration() {
    return [
        'label' => '',
    ];
}

API Navigation

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