You are here

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

HtmlTitleFilter
Drupal\html_title\HtmlTitleFilter.

Namespace

Drupal\html_title

Code

public function __construct(ConfigFactoryInterface $configFactory, RendererInterface $renderer) {
  $this->configFactory = $configFactory;
  $this->renderer = $renderer;
}