You are here

protected property SharedTempStore::$owner in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/user/src/SharedTempStore.php \Drupal\user\SharedTempStore::owner

The owner key to store along with the data (e.g. a user or session ID).

Type: mixed

File

core/modules/user/src/SharedTempStore.php, line 71
Contains \Drupal\user\SharedTempStore.

Class

SharedTempStore
Stores and retrieves temporary data for a given owner.

Namespace

Drupal\user

Code

protected $owner;