public function HtmlTitleFilter::__construct in HTML Title 8
HtmlTitleFilter constructor.
Parameters
\Drupal\Core\Config\ConfigFactoryInterface $configFactory: The config factory.
\Drupal\Core\Render\RendererInterface $renderer: The renderer.
File
- src/
HtmlTitleFilter.php, line 38
Class
Namespace
Drupal\html_titleCode
public function __construct(ConfigFactoryInterface $configFactory, RendererInterface $renderer) {
$this->configFactory = $configFactory;
$this->renderer = $renderer;
}