public function backup_migrate_schedule::strings in Backup and Migrate 7.3
Same name and namespace in other branches
- 8.2 includes/schedules.inc \backup_migrate_schedule::strings()
- 8.3 includes/schedules.inc \backup_migrate_schedule::strings()
- 6.3 includes/schedules.inc \backup_migrate_schedule::strings()
- 6.2 includes/schedules.inc \backup_migrate_schedule::strings()
- 7.2 includes/schedules.inc \backup_migrate_schedule::strings()
This function is not supposed to be called. It is just here to help the po extractor out.
Overrides backup_migrate_item::strings
File
- includes/
schedules.inc, line 114 - All of the schedule handling code needed for Backup and Migrate.
Class
- backup_migrate_schedule
- A schedule class for crud operations.
Code
public function strings() {
// Help the pot extractor find these strings.
t('Schedule');
t('Schedules');
t('schedule');
t('schedules');
}