MediaWiki master
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}
Service locator for MediaWiki core services.