You are here

public function backup_migrate_source::strings in Backup and Migrate 7.3

Same name and namespace in other branches
  1. 8.3 includes/sources.inc \backup_migrate_source::strings()
  2. 6.3 includes/sources.inc \backup_migrate_source::strings()

This function is not supposed to be called.

It is just here to help out the po extractor.

Overrides backup_migrate_location::strings

File

includes/sources.inc, line 168

Class

backup_migrate_source
A base class for creating sources.

Code

public function strings() {

  // Help the pot extractor find these strings.
  t('source');
  t('sources');
  t('Sources');
  t('Source');
}