You are here

public function LayoutPluginManagerInterface::getGroupedDefinitions in Drupal 8

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

Return value

\Drupal\Core\Layout\LayoutDefinition[][]

Overrides CategorizingPluginManagerInterface::getGroupedDefinitions

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

File

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

Class

LayoutPluginManagerInterface
Provides the interface for a plugin manager of layouts.

Namespace

Drupal\Core\Layout

Code

public function getGroupedDefinitions(array $definitions = NULL);