protected property MigrationConfigurationTrait::$configFactory in Drupal 9
Same name and namespace in other branches
- 8 core/modules/migrate_drupal/src/MigrationConfigurationTrait.php \Drupal\migrate_drupal\MigrationConfigurationTrait::configFactory
The config factory service.
Type: \Drupal\Core\Config\ConfigFactoryInterface
File
- core/
modules/ migrate_drupal/ src/ MigrationConfigurationTrait.php, line 21
Class
- MigrationConfigurationTrait
- Configures the appropriate migrations for a given source Drupal database.
Namespace
Drupal\migrate_drupalCode
protected $configFactory;