public function ContextInterface::populate in Acquia Lift Connector 8.3
Same name and namespace in other branches
- 8.4 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
Namespace
Drupal\acquia_lift\Service\ContextCode
public function populate(&$page);