You are here

protected property SharedTempStore::$expire in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/user/src/SharedTempStore.php \Drupal\user\SharedTempStore::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/SharedTempStore.php, line 80
Contains \Drupal\user\SharedTempStore.

Class

SharedTempStore
Stores and retrieves temporary data for a given owner.

Namespace

Drupal\user

Code

protected $expire;