protected property DrupalRoleMigration::$roleMappings in Drupal-to-Drupal data migration 7.2
Allow the implementor to map roles by name (e.g., map the legacy "Fan Club" role to the destination "fan club member" role).
Type: array
File
- ./
role.inc, line 18 - Base class for migrating roles into Drupal.
Class
- DrupalRoleMigration
- Base class for all role migrations - handles commonalities across all supported source Drupal versions.
Code
protected $roleMappings = array();