function PageVariantInterface::setMainContent

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

Sets the main content for the page being rendered.

Parameters

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

Return value

$this

1 method overrides PageVariantInterface::setMainContent()
SimplePageVariant::setMainContent in core/lib/Drupal/Core/Render/Plugin/DisplayVariant/SimplePageVariant.php
Sets the main content for the page being rendered.

File

core/lib/Drupal/Core/Display/PageVariantInterface.php, line 32

Class

PageVariantInterface
Provides an interface for PageDisplayVariant plugins.

Namespace

Drupal\Core\Display

Code

public function setMainContent(array $main_content);

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.