You are here

public function DisplayBase::getAllBlockInfo in Layout 8.2

Implements DisplayInterface::getAllBlockInfo().

Overrides DisplayInterface::getAllBlockInfo

1 call to DisplayBase::getAllBlockInfo()
Display::generateUnboundDisplay in lib/Drupal/layout/Entity/Display.php
Implements BoundDisplayInterface::generateUnboundDisplay().

File

lib/Drupal/layout/Config/DisplayBase.php, line 84
Definition of Drupal\layout\Config\DisplayBase.

Class

DisplayBase
Base class for 'display' and 'unbound_display' configuration entities.

Namespace

Drupal\layout\Config

Code

public function getAllBlockInfo() {
  return $this->blockInfo;
}