You are here

protected property BlockTheme::$configFactory in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/block/src/Plugin/migrate/process/BlockTheme.php \Drupal\block\Plugin\migrate\process\BlockTheme::configFactory
  2. 9 core/modules/block/src/Plugin/migrate/process/BlockTheme.php \Drupal\block\Plugin\migrate\process\BlockTheme::configFactory

Contains the configuration object factory.

Type: \Drupal\Core\Config\ConfigFactoryInterface

File

core/modules/block/src/Plugin/migrate/process/BlockTheme.php, line 25

Class

BlockTheme
Plugin annotation @MigrateProcessPlugin( id = "block_theme" )

Namespace

Drupal\block\Plugin\migrate\process

Code

protected $configFactory;