You are here

function BackupFileWritableInterface::realpath in Backup and Migrate 8.4

Get the realpath of the file.

Return value

string The path or stream URI to the file or NULL if the file does not exist.

Overrides BackupFileReadableInterface::realpath

File

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

Class

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

Namespace

BackupMigrate\Core\File

Code

function realpath();