Manual:FindHooks.php/pl

Category:MediaWiki deprecated or obsolete features/pl#FindHooks.php
Wersja MediaWiki:
1.34
Category:MediaWiki code/pl#FindHooks.php

Szczegóły

findHooks.php file is a maintenance script that compares documented and actually present mismatches. This script assumes that hook names in hooks.txt are at the beginning of a line and single quoted and hooks names in code are the first parameter of wfRunHooks.

Options/Arguments

OptionDescriptionRequired?
--onlineCheck against MediaWiki.org hook documentationOptional

Usage

php maintenance/findHooks.php [ --online ]

Basic run

Terminal

Check against MediaWiki.org

Terminal

See also

Category:Maintenance scripts/pl#findHooks.php Category:Development maintenance scripts/pl
Category:Development maintenance scripts/pl Category:Maintenance scripts/pl Category:MediaWiki code/pl Category:MediaWiki deprecated or obsolete features/pl