protected property PageContext::$htmlHeadContexts in Acquia Lift Connector 8.4
Same name and namespace in other branches
- 8.3 src/Service/Context/PageContext.php \Drupal\acquia_lift\Service\Context\PageContext::htmlHeadContexts
Page context, with default value.
Type: array
Overrides BaseContext::$htmlHeadContexts
File
- src/
Service/ Context/ PageContext.php, line 68
Class
Namespace
Drupal\acquia_lift\Service\ContextCode
protected $htmlHeadContexts = [
'content_title' => 'Untitled',
'content_type' => 'page',
'page_type' => 'content page',
'context_language' => '',
'content_section' => '',
'content_keywords' => '',
'post_id' => '',
'content_uuid' => '',
'published_date' => '',
'persona' => '',
'engagement_score' => SELF::ENGAGEMENT_SCORE_DEFAULT,
];