function LayoutDefault::getPluginDefinition

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

Return value

\Drupal\Core\Layout\LayoutDefinition

Overrides ContextAwarePluginTrait::getPluginDefinition

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();
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.