public function BoundDisplayInterface::getAllSortedBlocks

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 drupal/core/modules/layout/lib/Drupal/layout/Plugin/Core/Entity/Display.php
Implements BoundDisplayInterface::getAllSortedBlocks().

File

drupal/core/modules/layout/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();