function backup_migrate_item::show_in_list in Backup and Migrate 6.3
Same name and namespace in other branches
- 8.3 includes/crud.inc \backup_migrate_item::show_in_list()
- 7.3 includes/crud.inc \backup_migrate_item::show_in_list()
Get the columns needed to list the type.
File
- includes/
crud.inc, line 719 - CRUD functions for backup and migrate types (schedules, profiles etc.).
Class
- backup_migrate_item
- A base class for items which can be stored in the database, listed, edited, deleted etc.
Code
function show_in_list() {
return $this->show_in_list;
}