public function LayoutDefault::calculateDependencies in Drupal 10
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Layout/LayoutDefault.php \Drupal\Core\Layout\LayoutDefault::calculateDependencies()
- 9 core/lib/Drupal/Core/Layout/LayoutDefault.php \Drupal\Core\Layout\LayoutDefault::calculateDependencies()
2 methods override LayoutDefault::calculateDependencies()
- LayoutTestDependenciesPlugin::calculateDependencies in core/
modules/ system/ tests/ modules/ layout_test/ src/ Plugin/ Layout/ LayoutTestDependenciesPlugin.php - Calculates dependencies for the configured plugin.
- TestLayoutMainFooter::calculateDependencies in core/
modules/ field_layout/ tests/ modules/ field_layout_test/ src/ Plugin/ Layout/ TestLayoutMainFooter.php - Calculates dependencies for the configured plugin.
File
- core/
lib/ Drupal/ Core/ Layout/ LayoutDefault.php, line 89
Class
- LayoutDefault
- Provides a default class for Layout plugins.
Namespace
Drupal\Core\LayoutCode
public function calculateDependencies() {
return [];
}