function LayoutDefault::getConfiguration
Same name in other branches
- 9 core/lib/Drupal/Core/Layout/LayoutDefault.php \Drupal\Core\Layout\LayoutDefault::getConfiguration()
- 10 core/lib/Drupal/Core/Layout/LayoutDefault.php \Drupal\Core\Layout\LayoutDefault::getConfiguration()
- 11.x core/lib/Drupal/Core/Layout/LayoutDefault.php \Drupal\Core\Layout\LayoutDefault::getConfiguration()
Overrides ConfigurableInterface::getConfiguration
1 call to LayoutDefault::getConfiguration()
- LayoutDefault::build in core/
lib/ Drupal/ Core/ Layout/ LayoutDefault.php - Build a render array for layout with regions.
File
-
core/
lib/ Drupal/ Core/ Layout/ LayoutDefault.php, line 53
Class
- LayoutDefault
- Provides a default class for Layout plugins.
Namespace
Drupal\Core\LayoutCode
public function getConfiguration() {
return $this->configuration;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.