MediaWiki master
DumpNotalkFilter.php
Go to the documentation of this file.
1<?php
13
22 protected function pass( $page ) {
23 return !MediaWikiServices::getInstance()->getNamespaceInfo()->
24 isTalk( $page->page_namespace );
25 }
26}
Service locator for MediaWiki core services.