public function PageContext::getAll in Acquia Lift Connector 8
Get all.
Return value
array Get All.
File
- src/
Service/ Context/ PageContext.php, line 236 - Contains \Drupal\acquia_lift\Service\Context\PageContext.
Class
Namespace
Drupal\acquia_lift\Service\ContextCode
public function getAll() {
return $this->pageContext;
}