You are here

public function BackupFileInterface::setName in Backup and Migrate 5.0.x

Set the file name without extension.

Parameters

string $name:

1 method overrides BackupFileInterface::setName()
BackupFile::setName in src/Core/File/BackupFile.php
Set the file name without extension.

File

src/Core/File/BackupFileInterface.php, line 56

Class

BackupFileInterface
Provides a metadata-only file object.

Namespace

Drupal\backup_migrate\Core\File

Code

public function setName($name);