function backup_migrate_destination_browser::get_list_row in Backup and Migrate 8.3
Same name and namespace in other branches
- 8.2 includes/destinations.browser.inc \backup_migrate_destination_browser::get_list_row()
- 6.3 includes/destinations.browser.inc \backup_migrate_destination_browser::get_list_row()
- 6.2 includes/destinations.browser.inc \backup_migrate_destination_browser::get_list_row()
- 7.3 includes/destinations.browser.inc \backup_migrate_destination_browser::get_list_row()
- 7.2 includes/destinations.browser.inc \backup_migrate_destination_browser::get_list_row()
Get a row of data to be used in a list of items of this type.
Overrides backup_migrate_location::get_list_row
File
- includes/
destinations.browser.inc, line 18 - Functions to handle the browser upload/download backup destination.
Class
- backup_migrate_destination_browser
- A destination type for browser upload/download.
Code
function get_list_row() {
// Return none as this type should not be displayed.
return array();
}