You are here

function backup_migrate_schedule::get_keep_description in Backup and Migrate 6.3

Same name and namespace in other branches
  1. 8.2 includes/schedules.inc \backup_migrate_schedule::get_keep_description()
  2. 8.3 includes/schedules.inc \backup_migrate_schedule::get_keep_description()
  3. 6.2 includes/schedules.inc \backup_migrate_schedule::get_keep_description()
  4. 7.3 includes/schedules.inc \backup_migrate_schedule::get_keep_description()
  5. 7.2 includes/schedules.inc \backup_migrate_schedule::get_keep_description()

Format the number to keep in human-readable form.

File

includes/schedules.inc, line 316
All of the schedule handling code needed for Backup and Migrate.

Class

backup_migrate_schedule
A schedule class for crud operations.

Code

function get_keep_description() {
  return $this
    ->generate_keep_description($this->keep);
}