Function Hook_preview_image->applies

Definitions

sources/hooks/systems/preview/image.php

  • Find whether this preview hook applies.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: array

Returns

  • Triplet: Whether it applies, the attachment ID type (may be null), whether the forum DB is used [optional]
  • Type: array
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Find whether this preview hook applies.
 *
 * @return array Triplet: Whether it applies, the attachment ID type (may be null), whether the forum DB is used [optional]
 */

public function applies() : array