diff --git a/core/includes/common.inc b/core/includes/common.inc index 67b1812..f5b717a 100644 --- a/core/includes/common.inc +++ b/core/includes/common.inc @@ -176,6 +176,8 @@ function drupal_get_destination() { * * @deprecated in Drupal 8.0.x-dev, will be removed before Drupal 9.0.0. * Use \Drupal::service('email.validator')->isValid(). + * + * @see https://www.drupal.org/node/2912661 */ function valid_email_address($mail) { return \Drupal::service('email.validator')->isValid($mail);