Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / system / src / Form / PrepareModulesEntityUninstallForm.php
index 858364fe407993efbb016559a05b190ebfe1a5de..079e574ed8acfff735e9c6d4741922767968870b 100644 (file)
@@ -12,6 +12,8 @@ use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
 
 /**
  * Provides a form removing module content entities data before uninstallation.
+ *
+ * @internal
  */
 class PrepareModulesEntityUninstallForm extends ConfirmFormBase {
 
@@ -225,7 +227,7 @@ class PrepareModulesEntityUninstallForm extends ConfirmFormBase {
       $storage->delete($entities);
     }
     // Sometimes deletes cause secondary deletes. For example, deleting a
-    // taxonomy term can cause it's children to be be deleted too.
+    // taxonomy term can cause its children to be be deleted too.
     $context['sandbox']['progress'] = $context['sandbox']['max'] - $storage->getQuery()->count()->execute();
 
     // Inform the batch engine that we are not finished and provide an