Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / update / src / Form / UpdateManagerInstall.php
index a99383ab953c4e748ef4428dd6019f6975191597..a3e7495c6b24bde5af2e19bd226341e4f5a967a2 100644 (file)
@@ -12,6 +12,8 @@ use Symfony\Component\HttpFoundation\Response;
 
 /**
  * Configure update settings for this site.
+ *
+ * @internal
  */
 class UpdateManagerInstall extends FormBase {
 
@@ -212,7 +214,7 @@ class UpdateManagerInstall extends FormBase {
       return;
     }
 
-    $project_real_location = drupal_realpath($project_location);
+    $project_real_location = \Drupal::service('file_system')->realpath($project_location);
     $arguments = [
       'project' => $project,
       'updater_name' => get_class($updater),