Documentation

all.php

Table of Contents

Functions

HookClipAllAddspecialsearch()  : mixed
HookClipAllSearch_pipeline_setup()  : mixed
HookClipAllSearchbarafterbuttons()  : mixed
HookClipAllAfterpreviewcreation()  : void
Runs vector generation automatically after preview creation, if configured.
HookClipAllCron()  : mixed
HookClipAllBeforedeleteresourcefromdb()  : mixed
HookClipAllAddtriggerablejob()  : array<string|int, mixed>
Hook into offline jobs list to add custom job

Functions

HookClipAllAddspecialsearch()

HookClipAllAddspecialsearch(mixed $search, mixed $select, mixed $sql_join, mixed $sql_filter) : mixed
Parameters
$search : mixed
$select : mixed
$sql_join : mixed
$sql_filter : mixed

HookClipAllSearch_pipeline_setup()

HookClipAllSearch_pipeline_setup(mixed $search, mixed $select, mixed $sql_join, mixed $sql_filter) : mixed
Parameters
$search : mixed
$select : mixed
$sql_join : mixed
$sql_filter : mixed

HookClipAllSearchbarafterbuttons()

HookClipAllSearchbarafterbuttons() : mixed

HookClipAllAfterpreviewcreation()

Runs vector generation automatically after preview creation, if configured.

HookClipAllAfterpreviewcreation(int $resource, int $alternative[, bool $generate_all = false ]) : void

This function is triggered after a resource's preview image has been generated. If configured, it will perform CLIP generation on the main resource file (ignoring alternative files). Progress messages are displayed during processing.

Parameters
$resource : int

The resource reference ID that has just had previews created.

$alternative : int

The alternative file ID, or -1 if processing the main resource.

$generate_all : bool = false

Flag to indicate if hook has been triggered during full preview creation process

HookClipAllCron()

HookClipAllCron() : mixed

HookClipAllBeforedeleteresourcefromdb()

HookClipAllBeforedeleteresourcefromdb(mixed $ref) : mixed
Parameters
$ref : mixed

HookClipAllAddtriggerablejob()

Hook into offline jobs list to add custom job

HookClipAllAddtriggerablejob() : array<string|int, mixed>
Return values
array<string|int, mixed>

Array of existing job data with custom job added

On this page

Search results