You are here

BackupDatabaseAdapterInterface.php in Backup Database 8

File

src/Adapter/BackupDatabaseAdapterInterface.php
View source
<?php

/**
 * @file
 * Contains \Drupal\backup_db\Adapter\BackupDatabaseAdapterInterface
 */
namespace Drupal\backup_db\Adapter;


/**
 * BackupDatabase Adapter Interface.
 */
interface BackupDatabaseAdapterInterface {

  /**
   * Perform the export.
   */
  public function export();

}

Interfaces

Namesort descending Description
BackupDatabaseAdapterInterface BackupDatabase Adapter Interface.