Issue #2281699 by er.pushpinderrana, joshi.rohit100, esod | mirie: Fixed Update @see user_cancel_form() comments.
parent
9e4300f7ad
commit
69c64630f5
|
@ -160,7 +160,7 @@ function hook_user_cancel($edit, $account, $method) {
|
|||
* An array containing user account cancellation methods, keyed by method id.
|
||||
*
|
||||
* @see user_cancel_methods()
|
||||
* @see user_cancel_confirm_form()
|
||||
* @see \Drupal\user\Form\UserCancelForm
|
||||
*/
|
||||
function hook_user_cancel_methods_alter(&$methods) {
|
||||
$account = \Drupal::currentUser();
|
||||
|
|
|
@ -126,7 +126,7 @@ function template_preprocess_user(&$variables) {
|
|||
/**
|
||||
* Menu callback; Cancel a user account via email confirmation link.
|
||||
*
|
||||
* @see user_cancel_confirm_form()
|
||||
* @see \Drupal\user\Form\UserCancelForm
|
||||
* @see user_cancel_url()
|
||||
*
|
||||
* @deprecated in Drupal 8.x-dev, will be removed before Drupal 8.0.
|
||||
|
|
Loading…
Reference in New Issue