You are here

private property PageContext::$pageContext in Acquia Lift Connector 8

Page context.

Type: array

File

src/Service/Context/PageContext.php, line 47
Contains \Drupal\acquia_lift\Service\Context\PageContext.

Class

PageContext

Namespace

Drupal\acquia_lift\Service\Context

Code

private $pageContext = [
  'content_title' => 'Untitled',
  'content_type' => 'page',
  'page_type' => 'content page',
  'content_section' => '',
  'content_keywords' => '',
  'post_id' => '',
  'published_date' => '',
  'thumbnail_url' => '',
  'persona' => '',
  'engagement_score' => SELF::ENGAGEMENT_SCORE_DEFAULT,
  'author' => '',
  'evalSegments' => TRUE,
  'trackingId' => '',
];