You are here

public function ContextInterface::populate in Acquia Lift Connector 8.4

Same name and namespace in other branches
  1. 8.3 src/Service/Context/ContextInterface.php \Drupal\acquia_lift\Service\Context\ContextInterface::populate()

Populate page by context.

Parameters

&$page: The page that is to be populated.

1 method overrides ContextInterface::populate()
BaseContext::populate in src/Service/Context/BaseContext.php
Populate page by context.

File

src/Service/Context/ContextInterface.php, line 13

Class

ContextInterface

Namespace

Drupal\acquia_lift\Service\Context

Code

public function populate(&$page);