public function LayoutPluginManagerInterface::getDefinition in Drupal 10
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Layout/LayoutPluginManagerInterface.php \Drupal\Core\Layout\LayoutPluginManagerInterface::getDefinition()
- 9 core/lib/Drupal/Core/Layout/LayoutPluginManagerInterface.php \Drupal\Core\Layout\LayoutPluginManagerInterface::getDefinition()
Return value
\Drupal\Core\Layout\LayoutDefinition|null
Overrides DiscoveryInterface::getDefinition
File
- core/
lib/ Drupal/ Core/ Layout/ LayoutPluginManagerInterface.php, line 35
Class
- LayoutPluginManagerInterface
- Provides the interface for a plugin manager of layouts.
Namespace
Drupal\Core\LayoutCode
public function getDefinition($plugin_id, $exception_on_invalid = TRUE);