public function PathautoMigrationHandler::fields in Pathauto 7
Make the destination field visible.
File
- ./
pathauto.migrate.inc, line 19 - Support for the Pathauto module.
Class
- PathautoMigrationHandler
- Field handler.
Code
public function fields() {
return array(
'pathauto' => t('Pathauto: Perform aliasing (set to 0 to prevent alias generation during migration'),
);
}