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 66
Class
- SharedTempStore
- Stores and retrieves temporary data for a given owner.
Namespace
Drupal\user
Code
protected $owner;
Please login to continue.