MediaWiki
master
|
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. More...
Go to the source code of this file.
Functions | |
addBlockInfoToQuery ( $showBlockInfo) | |
Filters hidden users (where the user doesn't have the right to view them) Also adds relevant block information. More... | |
Methods required from ApiQueryBase | |
addFields ( $fields) | |
addJoinConds ( $conds) | |
addTables ( $tables, $alias=null) | |
addWhere ( $conds) | |
getAuthority () | |
getDB () | |
Variables | |
trait | ApiQueryBlockInfoTrait |
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. http://www.gnu.org/copyleft/gpl.html
Definition in file ApiQueryBlockInfoTrait.php.
|
private |
Filters hidden users (where the user doesn't have the right to view them) Also adds relevant block information.
bool | $showBlockInfo |
Definition at line 38 of file ApiQueryBlockInfoTrait.php.
References addFields(), addJoinConds(), addTables(), addWhere(), getAuthority(), and getDB().
Referenced by ApiQueryAllUsers\execute(), and ApiQueryUsers\execute().
|
abstractprotected |
array | string | $fields |
Referenced by addBlockInfoToQuery().
|
abstractprotected |
|
abstractprotected |
string | array | $tables | |
string | null | $alias |
Referenced by addBlockInfoToQuery().
|
abstractprotected |
|
abstract |
Referenced by addBlockInfoToQuery(), ApiBase\addBlockInfoToStatus(), EditPage\attemptSave(), SkinTemplate\buildContentNavigationUrlsInternal(), Skin\buildNavUrls(), ApiMain\canApiHighLimits(), ApiMain\checkAsserts(), ApiMain\checkExecutePermissions(), ApiBase\checkTitleUserPermissions(), ApiBase\checkUserRightsAny(), ContribsPager\doBatchLookups(), DeletedContribsPager\formatRevisionRow(), ImageListPager\formatValue(), EditPage\getContentObject(), Skin\getDefaultModules(), MediaWiki\Rest\Handler\PageHistoryCountHandler\getEditorsCount(), OutputPage\getHeadLinksArray(), OutputPage\getJSVars(), Skin\getPageClasses(), ContribsPager\getQueryInfo(), Skin\getUndeleteLink(), RollbackAction\handleRollbackRequest(), ApiPageSet\initFromRevIDs(), ChangesList\insertRollback(), EditPage\internalAttemptSave(), McrUndoAction\onSubmit(), UnwatchAction\onSubmit(), WatchAction\onSubmit(), SpecialBlock\onSubmit(), HistoryAction\onView(), ImagePage\openShowImage(), InfoAction\pageInfo(), MediaWiki\Rest\Handler\MediaFileHandler\run(), Article\showMissingArticle(), Article\showPatrolFooter(), OutputPage\showPermissionsErrorPage(), ImagePage\uploadLinksBox(), OutputPage\userCanPreview(), Article\view(), and SpecialWhatLinksHere\wlhLink().
|
abstractprotected |
Referenced by addBlockInfoToQuery(), SpecialRecentChanges\checkLastModified(), SiteStatsInit\doAllAndCommit(), SpecialRecentChanges\doMainQuery(), MediaWiki\Deferred\LinksUpdate\LinksTable\doWrites(), ApiBase\filterIDs(), ApiParse\formatCategoryLinks(), BacklinkCache\getConditions(), MediaWiki\ResourceLoader\WikiModule\getTitleInfo(), ApiPageSet\initFromPageIds(), ApiPageSet\initFromRevIDs(), ApiPageSet\initFromTitles(), MediaWiki\Deferred\LinksUpdate\CategoryLinksTable\invalidateCategories(), MediaWiki\Deferred\LinksUpdate\ImageLinksTable\invalidateImageDescriptions(), SpecialRecentChanges\isDenseTagFilter(), ApiPageSet\loadRedirectTargets(), BacklinkCache\queryLinks(), ApiPageSet\resolvePendingRedirects(), MediaWiki\Deferred\LinksUpdate\CategoryLinksTable\updateCategoryCounts(), and MediaWiki\Deferred\LinksUpdate\LinksUpdate\updateLinksTimestamp().