You are here

public function Config::__construct in Rename Admin Paths 8.2

Parameters

ConfigFactoryInterface $configFactory:

File

src/Config.php, line 37

Class

Config
Config for rename_admin_paths module

Namespace

Drupal\rename_admin_paths

Code

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