protected function CommerceMigrateExampleMigration::getModulePath in Commerce Migrate 7
Returns path to example module.
Return value
string Path to example module.
1 call to CommerceMigrateExampleMigration::getModulePath()
- CommerceExampleProductMigration::__construct in commerce_migrate_example/
migrations/ product.inc - General initialization of a Migration object.
File
- commerce_migrate_example/
migrations/ abstractions/ migration.inc, line 81 - A simple base class that contains things common to all CommerceMigrateExample classes.
Class
- CommerceMigrateExampleMigration
- Class CommerceMigrateExampleMigration.
Code
protected function getModulePath() {
return $this->modulePath;
}