MediaWiki REL1_34
DumpNotalkFilter.php
Go to the documentation of this file.
1<?php
27
36 protected function pass( $page ) {
37 return !MediaWikiServices::getInstance()->getNamespaceInfo()->
38 isTalk( $page->page_namespace );
39 }
40}
MediaWikiServices is the service locator for the application scope of MediaWiki.