You are here

public function SiteMapHelper::__construct in Site map 8

Constructs a SitemapHelper object.

Parameters

\Drupal\Core\Config\ConfigFactoryInterface $config_factory: The configuration factory.

File

src/SiteMapHelper.php, line 27

Class

SiteMapHelper
Defines a helper class for stuff related to views data.

Namespace

Drupal\site_map

Code

public function __construct(ConfigFactoryInterface $config_factory) {
  $this->configFactory = $config_factory;
}