private function isSemanticEnabledNamespace(Title $title)
 {
     return $this->applicationFactory->getNamespaceExaminer()->isSemanticEnabled($title->getNamespace());
 }
 private function setSemanticEnabledNamespaceState(Title $title)
 {
     $this->isEnabledNamespace = $this->applicationFactory->getNamespaceExaminer()->isSemanticEnabled($title->getNamespace());
 }
Example #3
0
 private function isSemanticEnabledPage($namespace)
 {
     return $this->applicationFactory->getNamespaceExaminer()->isSemanticEnabled($namespace);
 }