You are here

function backup_migrate_location::strings in Backup and Migrate 8.3

Same name and namespace in other branches
  1. 6.3 includes/locations.inc \backup_migrate_location::strings()
  2. 7.3 includes/locations.inc \backup_migrate_location::strings()

This function is not supposed to be called. It is just here to help the po extractor out.

Overrides backup_migrate_item::strings

2 methods override backup_migrate_location::strings()
backup_migrate_destination::strings in includes/destinations.inc
This function is not supposed to be called. It is just here to help the po extractor out.
backup_migrate_source::strings in includes/sources.inc
This function is not supposed to be called. It is just here to help the po extractor out.

File

includes/locations.inc, line 99

Class

backup_migrate_location
A base class for creating locations.

Code

function strings() {

  // Help the pot extractor find these strings.
  t('location');
  t('locations');
  t('Location');
  t('Locations');
}