function BlockTheme::__construct
Same name in other branches
- 9 core/modules/block/src/Plugin/migrate/process/BlockTheme.php \Drupal\block\Plugin\migrate\process\BlockTheme::__construct()
- 8.9.x core/modules/block/src/Plugin/migrate/process/BlockTheme.php \Drupal\block\Plugin\migrate\process\BlockTheme::__construct()
- 10 core/modules/block/src/Plugin/migrate/process/BlockTheme.php \Drupal\block\Plugin\migrate\process\BlockTheme::__construct()
Constructs a BlockTheme object.
Parameters
array $configuration: A configuration array containing information about the plugin instance.
string $plugin_id: The plugin ID for the plugin instance.
mixed $plugin_definition: The plugin implementation definition.
\Drupal\Core\Config\Config $theme_config: The system.theme configuration factory object.
array $themes: The list of themes available on the destination.
File
-
core/
modules/ block/ src/ Plugin/ migrate/ process/ BlockTheme.php, line 42
Class
Namespace
Drupal\block\Plugin\migrate\processCode
public function __construct(array $configuration, $plugin_id, $plugin_definition, Config $theme_config, array $themes) {
parent::__construct($configuration, $plugin_id, $plugin_definition);
$this->themeConfig = $theme_config;
$this->themes = $themes;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.