Mercurial > hg > isophonics-drupal-site
comparison core/modules/user/src/Plugin/Action/CancelUser.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 |
|---|---|
| 43 * The plugin ID for the plugin instance. | 43 * The plugin ID for the plugin instance. |
| 44 * @param mixed $plugin_definition | 44 * @param mixed $plugin_definition |
| 45 * The plugin implementation definition. | 45 * The plugin implementation definition. |
| 46 * @param \Drupal\user\PrivateTempStoreFactory $temp_store_factory | 46 * @param \Drupal\user\PrivateTempStoreFactory $temp_store_factory |
| 47 * The tempstore factory. | 47 * The tempstore factory. |
| 48 * @param AccountInterface $current_user | 48 * @param \Drupal\Core\Session\AccountInterface $current_user |
| 49 * Current user. | 49 * Current user. |
| 50 */ | 50 */ |
| 51 public function __construct(array $configuration, $plugin_id, $plugin_definition, PrivateTempStoreFactory $temp_store_factory, AccountInterface $current_user) { | 51 public function __construct(array $configuration, $plugin_id, $plugin_definition, PrivateTempStoreFactory $temp_store_factory, AccountInterface $current_user) { |
| 52 $this->currentUser = $current_user; | 52 $this->currentUser = $current_user; |
| 53 $this->tempStoreFactory = $temp_store_factory; | 53 $this->tempStoreFactory = $temp_store_factory; |
