public function DeriverBase::__construct in Drupal 7 to 8/9 Module Upgrader 8
3 calls to DeriverBase::__construct()
- EntityOperationDeriver::__construct in src/
Plugin/ DMU/ Converter/ Functions/ EntityOperationDeriver.php - FlagHookDeriver::__construct in src/
Plugin/ DMU/ Analyzer/ FlagHookDeriver.php - FunctionCallDeriver::__construct in src/
Plugin/ DMU/ Analyzer/ FunctionCallDeriver.php
3 methods override DeriverBase::__construct()
- EntityOperationDeriver::__construct in src/
Plugin/ DMU/ Converter/ Functions/ EntityOperationDeriver.php - FlagHookDeriver::__construct in src/
Plugin/ DMU/ Analyzer/ FlagHookDeriver.php - FunctionCallDeriver::__construct in src/
Plugin/ DMU/ Analyzer/ FunctionCallDeriver.php
File
- src/
DeriverBase.php, line 18
Class
- DeriverBase
- Base class for DMU's plugin derivers. Sets up the translation service and provides a basic implementation of DeriverInterface::getDerivativeDefinition().
Namespace
Drupal\drupalmoduleupgraderCode
public function __construct(TranslationInterface $translator) {
$this->stringTranslation = $translator;
}