You are here

abstract public function MigrateUIWizard::getSourceName in Migrate 7.2

Returns the translatable name representing the source of the data (e.g., "Drupal", "WordPress", etc.).

Return value

string

1 call to MigrateUIWizard::getSourceName()
MigrateUIWizard::form in migrate_ui/migrate_ui.wizard.inc
Build the form for the current step.

File

migrate_ui/migrate_ui.wizard.inc, line 239
Migration wizard framework.

Class

MigrateUIWizard
The base class for migration wizards. Extend this class to implement a wizard UI for importing into Drupal from a given source format (Drupal, WordPress, etc.).

Code

public abstract function getSourceName();