public function LayoutPluginManagerInterface::getDefinitions in Drupal 10
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Layout/LayoutPluginManagerInterface.php \Drupal\Core\Layout\LayoutPluginManagerInterface::getDefinitions()
- 9 core/lib/Drupal/Core/Layout/LayoutPluginManagerInterface.php \Drupal\Core\Layout\LayoutPluginManagerInterface::getDefinitions()
Return value
\Drupal\Core\Layout\LayoutDefinition[]
Overrides DiscoveryInterface::getDefinitions
File
- core/
lib/ Drupal/ Core/ Layout/ LayoutPluginManagerInterface.php, line 42
Class
- LayoutPluginManagerInterface
- Provides the interface for a plugin manager of layouts.
Namespace
Drupal\Core\LayoutCode
public function getDefinitions();