Mercurial > hg > isophonics-drupal-site
comparison core/modules/user/src/Plugin/Action/CancelUser.php @ 17:129ea1e6d783
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:21:36 +0000 |
parents | 1fec387a4317 |
children |
comparison
equal
deleted
inserted
replaced
16:c2387f117808 | 17:129ea1e6d783 |
---|---|
33 * @var \Drupal\Core\Session\AccountInterface | 33 * @var \Drupal\Core\Session\AccountInterface |
34 */ | 34 */ |
35 protected $currentUser; | 35 protected $currentUser; |
36 | 36 |
37 /** | 37 /** |
38 * Constructs a DeleteNode object. | 38 * Constructs a CancelUser object. |
39 * | 39 * |
40 * @param array $configuration | 40 * @param array $configuration |
41 * A configuration array containing information about the plugin instance. | 41 * A configuration array containing information about the plugin instance. |
42 * @param string $plugin_id | 42 * @param string $plugin_id |
43 * The plugin ID for the plugin instance. | 43 * The plugin ID for the plugin instance. |