Issue #2281699 by er.pushpinderrana, joshi.rohit100, esod | mirie: Fixed Update @see user_cancel_form() comments.

8.0.x
Alex Pott 2014-07-08 19:29:13 +01:00
parent 9e4300f7ad
commit 69c64630f5
2 changed files with 2 additions and 2 deletions

View File

@ -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();

View File

@ -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.