protected property SharedTempStore::$expire in Drupal 8
Same name and namespace in other branches
- 9 core/lib/Drupal/Core/TempStore/SharedTempStore.php \Drupal\Core\TempStore\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/
lib/ Drupal/ Core/ TempStore/ SharedTempStore.php, line 78
Class
- SharedTempStore
- Stores and retrieves temporary data for a given owner.
Namespace
Drupal\Core\TempStoreCode
protected $expire;