Function Hook_preview_comcode_page->applies
Definitions
sources/hooks/systems/preview/comcode_page.php
- Find whether this preview hook applies.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Returns
- Quartet: Whether it applies, the attachment ID type (may be null), whether the forum DB is used [optional], list of fields to limit to [optional]
- Type: array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Find whether this preview hook applies.
*
* @return array Quartet: Whether it applies, the attachment ID type (may be null), whether the forum DB is used [optional], list of fields to limit to [optional]
*/
public function applies() : array
* Find whether this preview hook applies.
*
* @return array Quartet: Whether it applies, the attachment ID type (may be null), whether the forum DB is used [optional], list of fields to limit to [optional]
*/
public function applies() : array

