You are here

public function LayoutPluginManagerInterface::getSortedDefinitions in Drupal 10

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Layout/LayoutPluginManagerInterface.php \Drupal\Core\Layout\LayoutPluginManagerInterface::getSortedDefinitions()
  2. 9 core/lib/Drupal/Core/Layout/LayoutPluginManagerInterface.php \Drupal\Core\Layout\LayoutPluginManagerInterface::getSortedDefinitions()

Return value

\Drupal\Core\Layout\LayoutDefinition[]

Overrides CategorizingPluginManagerInterface::getSortedDefinitions

1 method overrides LayoutPluginManagerInterface::getSortedDefinitions()
LayoutPluginManager::getSortedDefinitions in core/lib/Drupal/Core/Layout/LayoutPluginManager.php

File

core/lib/Drupal/Core/Layout/LayoutPluginManagerInterface.php, line 49

Class

LayoutPluginManagerInterface
Provides the interface for a plugin manager of layouts.

Namespace

Drupal\Core\Layout

Code

public function getSortedDefinitions(array $definitions = NULL);