function LayoutDefault::getPluginDefinition
Same name in other branches
- 9 core/lib/Drupal/Core/Layout/LayoutDefault.php \Drupal\Core\Layout\LayoutDefault::getPluginDefinition()
- 8.9.x core/lib/Drupal/Core/Layout/LayoutDefault.php \Drupal\Core\Layout\LayoutDefault::getPluginDefinition()
- 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\LayoutCode
public function getPluginDefinition() {
return parent::getPluginDefinition();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.