Home
last modified time | relevance | path

Searched refs:confName (Results 1 – 1 of 1) sorted by relevance

/plugin/combo/ComboStrap/
H A DSiteConfig.php86 public static function getConfValue($confName, $defaultValue = null, ?string $namespace = PluginUtility::PLUGIN_BASE_NAME) argument
95 $value = $namespace[$confName] ?? null;
99 $value = $conf[$confName] ?? null;