You are here

public function SmartTitleBuilder::__construct in Smart Title 8

Constructs a new SmartTitleBuilder.

Parameters

\Drupal\Core\Extension\ModuleHandlerInterface $module_handler: The module handler.

File

src/SmartTitleBuilder.php, line 30

Class

SmartTitleBuilder
Smart Title builder.

Namespace

Drupal\smart_title

Code

public function __construct(ModuleHandlerInterface $module_handler) {
  $this->moduleHandler = $module_handler;
}