MediaWiki  1.34.0
BodyValidator.php
Go to the documentation of this file.
1 <?php
2 
4 
7 
11 interface BodyValidator {
12 
24  public function validateBody( RequestInterface $request );
25 
26 }
MediaWiki\Rest\Validator\BodyValidator
Interface for validating a request body.
Definition: BodyValidator.php:11
MediaWiki\Rest\Validator\BodyValidator\validateBody
validateBody(RequestInterface $request)
Validate the body of a request.
MediaWiki\Rest\RequestInterface
A request interface similar to PSR-7's ServerRequestInterface.
Definition: RequestInterface.php:39
MediaWiki\Rest\HttpException
This is the base exception class for non-fatal exceptions thrown from REST handlers.
Definition: HttpException.php:10
MediaWiki\Rest\Validator
Definition: BodyValidator.php:3