Same name and namespace in other branches
  1. 8.9.x core/lib/Drupal/Core/Layout/LayoutDefault.php \Drupal\Core\Layout\LayoutDefault::getPluginDefinition()
  2. 9 core/lib/Drupal/Core/Layout/LayoutDefault.php \Drupal\Core\Layout\LayoutDefault::getPluginDefinition()

Return value

\Drupal\Core\Layout\LayoutDefinition

Overrides ContextAwarePluginTrait::getPluginDefinition

2 calls to LayoutDefault::getPluginDefinition()
LayoutDefault::build in core/lib/Drupal/Core/Layout/LayoutDefault.php
Build a render array for layout with regions.
MultiWidthLayoutBase::build in core/modules/layout_builder/src/Plugin/Layout/MultiWidthLayoutBase.php
Build a render array for layout with regions.

File

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

Class

LayoutDefault
Provides a default class for Layout plugins.

Namespace

Drupal\Core\Layout

Code

public function getPluginDefinition() {
  return parent::getPluginDefinition();
}