public function FunctionCallDeriver::__construct in Drupal 7 to 8/9 Module Upgrader 8
Overrides DeriverBase::__construct
File
- src/
Plugin/ DMU/ Analyzer/ FunctionCallDeriver.php, line 16
Class
Namespace
Drupal\drupalmoduleupgrader\Plugin\DMU\AnalyzerCode
public function __construct(TranslationInterface $translator, array $config) {
parent::__construct($translator);
$this->config = $config;
}