You are here

private static property PageContext::$CREDENTIAL_MAPPING in Acquia Lift Connector 8.4

Same name and namespace in other branches
  1. 8.3 src/Service/Context/PageContext.php \Drupal\acquia_lift\Service\Context\PageContext::CREDENTIAL_MAPPING

Credential mapping.

Type: array

File

src/Service/Context/PageContext.php, line 94

Class

PageContext

Namespace

Drupal\acquia_lift\Service\Context

Code

private static $CREDENTIAL_MAPPING = [
  'account_id' => 'account_id',
  'site_id' => 'site_id',
  'assets_url' => 'liftAssetsURL',
  'decision_api_url' => 'liftDecisionAPIURL',
];