comparison core/modules/user/src/PrivateTempStore.php @ 12:7a779792577d

Update Drupal core to v8.4.5 (via Composer)
author Chris Cannam
date Fri, 23 Feb 2018 15:52:07 +0000
parents 4c8ae668cc8c
children 1fec387a4317
comparison
equal deleted inserted replaced
11:bfffd8d7479a 12:7a779792577d
66 protected $expire; 66 protected $expire;
67 67
68 /** 68 /**
69 * Constructs a new object for accessing data from a key/value store. 69 * Constructs a new object for accessing data from a key/value store.
70 * 70 *
71 * @param KeyValueStoreExpirableInterface $storage 71 * @param \Drupal\Core\KeyValueStore\KeyValueStoreExpirableInterface $storage
72 * The key/value storage object used for this data. Each storage object 72 * The key/value storage object used for this data. Each storage object
73 * represents a particular collection of data and will contain any number 73 * represents a particular collection of data and will contain any number
74 * of key/value pairs. 74 * of key/value pairs.
75 * @param \Drupal\Core\Lock\LockBackendInterface $lock_backend 75 * @param \Drupal\Core\Lock\LockBackendInterface $lock_backend
76 * The lock object used for this data. 76 * The lock object used for this data.