public function CustomLinkManager::__construct in Simple XML sitemap 4.x
CustomLinks constructor.
Parameters
\Drupal\Core\Config\ConfigFactory $config_factory:
\Drupal\Core\Path\PathValidator $path_validator:
File
- src/
Manager/ CustomLinkManager.php, line 37
Class
- CustomLinkManager
- Class CustomLinkManager
Namespace
Drupal\simple_sitemap\ManagerCode
public function __construct(ConfigFactory $config_factory, PathValidator $path_validator) {
$this->configFactory = $config_factory;
$this->pathValidator = $path_validator;
}