public function BackupFileReadableInterface::realpath in Backup and Migrate 5.0.x
A path or stream that can be used in php file functions.
Return value
string
2 methods override BackupFileReadableInterface::realpath()
- BackupFileWritableInterface::realpath in src/
Core/ File/ BackupFileWritableInterface.php - Get the realpath of the file.
- ReadableStreamBackupFile::realpath in src/
Core/ File/ ReadableStreamBackupFile.php - Get the realpath of the file.
File
- src/
Core/ File/ BackupFileReadableInterface.php, line 15
Class
- BackupFileReadableInterface
- A service to provision temp files in the correct place for the environment.
Namespace
Drupal\backup_migrate\Core\FileCode
public function realpath();