- Since
- 1.38
Definition at line 34 of file SignatureValidatorFactory.php.
◆ __construct()
MediaWiki\Preferences\SignatureValidatorFactory::__construct |
( |
ServiceOptions | $options, |
|
|
callable | $parserFactoryClosure, |
|
|
callable | $lintErrorCheckerClosure, |
|
|
SpecialPageFactory | $specialPageFactory, |
|
|
TitleFactory | $titleFactory ) |
- Parameters
-
ServiceOptions | $options | |
callable | $parserFactoryClosure | A function which returns a ParserFactory. We use this instead of an actual ParserFactory to avoid a circular dependency, since Parser also needs a SignatureValidatorFactory for signature formatting. |
callable | $lintErrorCheckerClosure | A function which returns a LintErrorChecker, same as above. |
SpecialPageFactory | $specialPageFactory | |
TitleFactory | $titleFactory | |
Definition at line 59 of file SignatureValidatorFactory.php.
References MediaWiki\Config\ServiceOptions\assertRequiredOptions().
◆ newSignatureValidator()
The documentation for this class was generated from the following file: