Function __global->get_count_content_needing_validation
Definitions
sources/validation.php
- Get the number of items which are not validated.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Returns
- A pair: Number of major things, number of minor things
- Type: array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get the number of items which are not validated.
*
* @return array A pair: Number of major things, number of minor things
*/
function get_count_content_needing_validation() : array
* Get the number of items which are not validated.
*
* @return array A pair: Number of major things, number of minor things
*/
function get_count_content_needing_validation() : array

