Function __global->get_content_needing_validation

Definitions

sources/validation.php

  • Get an array of content needing validation.This is a crude method that uses the database directly for performance reasons.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: array

Returns

  • Array of pairs: content type, content ID
  • Type: array
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Get an array of content needing validation.This is a crude method that uses the database directly for performance reasons.
 *
 * @return array Array of pairs: content type, content ID
 */

function get_content_needing_validation() : array