Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
BaseConstraint.php
function BaseConstraint::getErrorMask
Get the error mask
Return value
int
File
vendor/
justinrainbow/
json-schema/
src/
JsonSchema/
Constraints/
BaseConstraint.php
, line 123
Class
BaseConstraint
A more basic constraint definition - used for the public interface to avoid exposing library internals.
Namespace
JsonSchema\Constraints
Code
public
function
getErrorMask
() {
return
$this
->
errorMask
; }
RSS feed