You are here

public function WordPressMigrateWizard::getSourceName in WordPress Migrate 7.2

Identify ourselves.

Return value

string

Overrides MigrateUIWizard::getSourceName

1 call to WordPressMigrateWizard::getSourceName()
WordPressMigrateWizard::reviewForm in ./wordpress_migrate.migrate.inc
Show the user what they've chosen to migrate, and give them one last chance to say yay or nay.

File

./wordpress_migrate.migrate.inc, line 59

Class

WordPressMigrateWizard

Code

public function getSourceName() {
  return t('WordPress');
}