You are here

protected property SystemMainBlock::$mainContent in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/system/src/Plugin/Block/SystemMainBlock.php \Drupal\system\Plugin\Block\SystemMainBlock::mainContent

The render array representing the main page content.

Type: array

File

core/modules/system/src/Plugin/Block/SystemMainBlock.php, line 26

Class

SystemMainBlock
Provides a 'Main page content' block.

Namespace

Drupal\system\Plugin\Block

Code

protected $mainContent;