Same name and namespace in other branches
  1. 8.9.x core/lib/Drupal/Core/Block/MainContentBlockPluginInterface.php \Drupal\Core\Block\MainContentBlockPluginInterface::setMainContent()
  2. 9 core/lib/Drupal/Core/Block/MainContentBlockPluginInterface.php \Drupal\Core\Block\MainContentBlockPluginInterface::setMainContent()

Sets the main content render array.

Parameters

array $main_content: The render array representing the main content.

File

core/lib/Drupal/Core/Block/MainContentBlockPluginInterface.php, line 20

Class

MainContentBlockPluginInterface
The interface for "main page content" blocks.

Namespace

Drupal\Core\Block

Code

public function setMainContent(array $main_content);