public function DisplayBase::getAllBlockInfo

Implements DisplayInterface::getAllBlockInfo().

Overrides DisplayInterface::getAllBlockInfo

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

File

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