You are here

protected property PrivateTempStore::$expire in Zircon Profile 8

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

The time to live for items in seconds.

By default, data is stored for one week (604800 seconds) before expiring.

Type: int

File

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

Class

PrivateTempStore
Stores and retrieves temporary data for a given owner.

Namespace

Drupal\user

Code

protected $expire;