You are here

public function Config::getPathValue in Rename Admin Paths 8.2

Parameters

string $path:

Return value

string

File

src/Config.php, line 79

Class

Config
Config for rename_admin_paths module

Namespace

Drupal\rename_admin_paths

Code

public function getPathValue(string $path) : string {
  return $this
    ->getImmutableConfig()
    ->get(sprintf('%s_path_value', $path));
}