function 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
2 methods override PageVariantInterface::setMainContent()
- BlockPageVariant::setMainContent in core/
modules/ block/ src/ Plugin/ DisplayVariant/ BlockPageVariant.php - Sets the main content for the page being rendered.
- 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\DisplayCode
public function setMainContent(array $main_content);