You are here

protected property PrivateTempStoreFactory::$expire in Zircon Profile 8.0

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

The time to live for items in seconds.

Type: int

File

core/modules/user/src/PrivateTempStoreFactory.php, line 53
Contains \Drupal\user\PrivateTempStoreFactory.

Class

PrivateTempStoreFactory
Creates a PrivateTempStore object for a given collection.

Namespace

Drupal\user

Code

protected $expire;