Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / user / src / Form / UserCancelForm.php
index 14c553c3b78dea27ba9f353e01da0f74a072530a..da7a5f4f9df06e705f3850030eac4302de285872 100644 (file)
@@ -7,6 +7,8 @@ use Drupal\Core\Form\FormStateInterface;
 
 /**
  * Provides a confirmation form for cancelling user account.
+ *
+ * @internal
  */
 class UserCancelForm extends ContentEntityConfirmFormBase {