You are here

protected function OgVocabMigrate::generateMachineName in OG Vocabulary 7

Construct the machine name from the source file name.

Overrides MigrationBase::generateMachineName

File

includes/migrate/og_vocab.migrate.inc, line 93
Migrate plugin to populate the OG vocabulary field by the term references.

Class

OgVocabMigrate
@file Migrate plugin to populate the OG vocabulary field by the term references.

Code

protected function generateMachineName($class_name = NULL) {
  return drupal_strtolower('OgVocabMigrate' . ucfirst($this->arguments['bundle']));
}