Lines Matching refs:confKey
149 $confKey = 'tocminheads';
150 $tocMinHeads = $conf[$confKey];
157 …LogUtility::error("The configuration ($confKey) is not an integer. Error:{$e->getMessage()}", self…
177 $confKey = 'toptoclevel';
178 $value = $conf[$confKey];
182 …LogUtility::error("The configuration ($confKey) has a value ($value) that is not an integer", self…
207 $confKey = 'breadcrumbs';
208 $visitedPagesInBreadCrumb = $conf[$confKey];
216 …LogUtility::error("The configuration ($confKey) has value ($visitedPagesInBreadCrumb) that is not …
943 $confKey = UrlRewrite::CONF_KEY;
944 $urlRewrite = $conf[$confKey];
948 … LogUtility::internalError("The ($confKey) configuration is not an integer ($urlRewrite)");
959 …LogUtility::internalError("The ($confKey) configuration value ($urlRewriteInt) is not a valid valu…