protected function CommerceKickstartNode::generateMachineName in Commerce Kickstart 7.2
The migration machine name is stored in the arguments.
Return value
string
Overrides MigrationBase::generateMachineName
File
- modules/
commerce_kickstart/ commerce_kickstart_product/ commerce_kickstart_product.migrate.inc, line 671 - Migrations for commerce_kickstart_product.
Class
- CommerceKickstartNode
- Class CommerceKickstartNode.
Code
protected function generateMachineName($class_name = NULL) {
return drupal_strtolower('CommerceKickstartNode' . $this->arguments['type']);
}