public function LayoutDefault::getConfiguration in Drupal 10
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Layout/LayoutDefault.php \Drupal\Core\Layout\LayoutDefault::getConfiguration()
- 9 core/lib/Drupal/Core/Layout/LayoutDefault.php \Drupal\Core\Layout\LayoutDefault::getConfiguration()
File
- core/
lib/ Drupal/ Core/ Layout/ LayoutDefault.php, line 66
Class
- LayoutDefault
- Provides a default class for Layout plugins.
Namespace
Drupal\Core\LayoutCode
public function getConfiguration() {
return $this->configuration;
}