fix:Allow realpath and getFileUri calls
1 unresolved thread
Merged
requested to merge issue/csvfile_formatter-3455540:3455540-s3fs-compatability-fixes into 1.0.x
1 unresolved thread
fix:Allow realpath and getFileUri calls
Merge request reports
Activity
assigned to @jmdeleon
526 526 } 527 527 528 528 // Render HTML table from CSV file. 529 $file_name = $file->getFileUri(); 529 $file_name = $this->getFileSystem()->realpath($file->get('uri')->value) ?? $file->getFileUri();
Please register or sign in to reply