Issue #3323209 by Spokje, mondrake, smustgrave, alexpott, xjm: Deprecate...
Issue #3323209 by Spokje, mondrake, smustgrave, alexpott, xjm: Deprecate calling Drupal\block\Plugin\migrate\process\BlockTheme::_construct() with the $migration argument
@trigger_error('Calling '.__CLASS__.'::__construct() with the $migration argument is deprecated in drupal:10.1.0 and is removed in drupal:11.0.0. See https://www.drupal.org/node/3323212',E_USER_DEPRECATED);
$theme_config=func_get_arg(4);
$themes=func_get_arg(5);
}
$this->themeConfig=$theme_config;
$this->themes=$themes;
}
@@ -61,12 +57,11 @@ public function __construct(array $configuration, $plugin_id, $plugin_definition
$this->expectDeprecation('Calling Drupal\block\Plugin\migrate\process\BlockTheme::__construct() with the $migration argument is deprecated in drupal:10.1.0 and is removed in drupal:11.0.0. See https://www.drupal.org/node/3323212');