public function EntityLanguage::__construct in Dependency Calculation 8
EntityLanguage constructor.
Parameters
\Drupal\Core\Extension\ModuleHandlerInterface $module_handler: The module handler.
File
- src/
EventSubscriber/ DependencyCollector/ EntityLanguage.php, line 32
Class
- EntityLanguage
- Class EntityLanguage.
Namespace
Drupal\depcalc\EventSubscriber\DependencyCollectorCode
public function __construct(ModuleHandlerInterface $module_handler) {
$this->moduleHandler = $module_handler;
}