Searched refs:getConfigByPath (Results 1 – 1 of 1) sorted by relevance
50 return $this->getConfigByPath($key, $default);76 return $this->getConfigByPath($key, self::MISSING) !== self::MISSING;85 private function getConfigByPath(string $keyPath, $default = null) function in League\\CommonMark\\Util\\Configuration