You are here

public function BackupFileReadableInterface::realpath in Backup and Migrate 8.4

A path or stream that can be used in php file functions.

Return value

string

2 methods override BackupFileReadableInterface::realpath()
BackupFileWritableInterface::realpath in lib/backup_migrate_core/src/File/BackupFileWritableInterface.php
Get the realpath of the file.
ReadableStreamBackupFile::realpath in lib/backup_migrate_core/src/File/ReadableStreamBackupFile.php
Get the realpath of the file.

File

lib/backup_migrate_core/src/File/BackupFileReadableInterface.php, line 15

Class

BackupFileReadableInterface
Provides a service to provision temp files in the correct place for the environment.

Namespace

BackupMigrate\Core\File

Code

public function realpath();