You are here

public function BoundDisplayInterface::getAllSortedBlocks in Layout 8.2

Returns this display's blocks, organized by region and ordered by weight.

Return value

array An array keyed by region name. For each region, the value is the same as what is returned by getSortedBlocksByRegion().

See also

getSortedBlocksByRegion()

1 method overrides BoundDisplayInterface::getAllSortedBlocks()
Display::getAllSortedBlocks in lib/Drupal/layout/Entity/Display.php
Implements BoundDisplayInterface::getAllSortedBlocks().

File

lib/Drupal/layout/Config/BoundDisplayInterface.php, line 51
Definition of Drupal\layout\Config\BoundDisplayInterface

Class

BoundDisplayInterface
Interface for a Display object that is coupled to a specific layout.

Namespace

Drupal\layout\Config

Code

public function getAllSortedBlocks();