function LayoutPluginManagerInterface::getSortedDefinitions
Same name and namespace in other branches
- 11.x core/lib/Drupal/Core/Layout/LayoutPluginManagerInterface.php \Drupal\Core\Layout\LayoutPluginManagerInterface::getSortedDefinitions()
- 10 core/lib/Drupal/Core/Layout/LayoutPluginManagerInterface.php \Drupal\Core\Layout\LayoutPluginManagerInterface::getSortedDefinitions()
- 9 core/lib/Drupal/Core/Layout/LayoutPluginManagerInterface.php \Drupal\Core\Layout\LayoutPluginManagerInterface::getSortedDefinitions()
- 8.9.x core/lib/Drupal/Core/Layout/LayoutPluginManagerInterface.php \Drupal\Core\Layout\LayoutPluginManagerInterface::getSortedDefinitions()
Return value
\Drupal\Core\Layout\LayoutDefinition[] An array of plugin definitions, sorted by category and label.
File
-
core/
lib/ Drupal/ Core/ Layout/ LayoutPluginManagerInterface.php, line 55
Class
- LayoutPluginManagerInterface
- Provides the interface for a plugin manager of layouts.
Namespace
Drupal\Core\LayoutCode
public function getSortedDefinitions(?array $definitions = NULL, string $label_key = 'label');
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.