You are here

public function ListableDestinationInterface::fileExists in Backup and Migrate 5.0.x

Does the file with the given id (filename) exist in this destination.

Parameters

int $id: The id (usually the filename) of the file.

Return value

bool Whether the file exists in this destination.

File

src/Core/Destination/ListableDestinationInterface.php, line 60

Class

ListableDestinationInterface
Interface ListableDestinationInterface.

Namespace

Drupal\backup_migrate\Core\Destination

Code

public function fileExists($id);