You are here

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

FunctionCallDeriver

Namespace

Drupal\drupalmoduleupgrader\Plugin\DMU\Analyzer

Code

public function __construct(TranslationInterface $translator, array $config) {
  parent::__construct($translator);
  $this->config = $config;
}