You are here

public function BackupFileWritableInterface::realpath in Backup and Migrate 5.0.x

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

src/Core/File/BackupFileWritableInterface.php, line 16

Class

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

Namespace

Drupal\backup_migrate\Core\File

Code

public function realpath();