You are here

function backup_migrate_item::show_in_list in Backup and Migrate 8.3

Same name and namespace in other branches
  1. 6.3 includes/crud.inc \backup_migrate_item::show_in_list()
  2. 7.3 includes/crud.inc \backup_migrate_item::show_in_list()

Get the columns needed to list the type.

File

includes/crud.inc, line 720
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;
}