Lines Matching refs:getConfig
343 $this->getApp()->getConfig()->restoreConfigState();
497 return $this->getConfig()->getDefaultContextPath();
536 $this->getApp()->getConfig()->setConf($key, $value, $pluginNamespace);
548 return $this->getApp()->getConfig()->getValue($key, $default);
575 $this->getApp()->getConfig()->setCacheXhtmlOn();
586 $this->getApp()->getConfig()->setCacheXhtmlOn();
592 $this->getConfig()->setConsoleOff();
602 $this->getApp()->getConfig()->setDisableThemeSystem();
613 return $this->getApp()->getConfig()->isConsoleOn();
629 $this->getConfig()->setLogExceptionToError();
671 $this->getConfig()->setCanonicalUrlType($value);
902 $this->getConfig()->setDefaultContextPath($contextPath);
962 return $this->getConfig()->getDefaultContextPath();
979 return $this->getConfig()->getDefaultContextPath();
1030 function getConfig(): SiteConfig
1032 return $this->getApp()->getConfig();