You are here

protected property MigrationConfigurationTrait::$configFactory in Drupal 9

Same name and namespace in other branches
  1. 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_drupal

Code

protected $configFactory;