invalid()
Runs a number of validators on a set of data and checks if the data is invalid
Parameters
Name | Type | Default |
---|---|---|
$data | array |
[ ] |
$rules | array |
[ ] |
$messages | array |
[ ] |
Return type
array
Examples
You can change these rules based on the type of data you want to obtain and use Kirby's validators or your own custom validators.
You can also separately define a message for each validation rule:
You can find an example of invalid()
used to create pages from frontend in this recipe.