You are here

public function PathContext::getIdentity in Acquia Lift Connector 8

Get identity.

Return value

array|NULL Identity.

File

src/Service/Context/PathContext.php, line 179
Contains \Drupal\acquia_lift\Service\Context\PathContext.

Class

PathContext

Namespace

Drupal\acquia_lift\Service\Context

Code

public function getIdentity() {
  return $this->identity;
}