Function Hook_fields_video_multi->inputted_to_sql_for_search
Definitions
sources/hooks/systems/fields/video_multi.php
- Get special SQL from POSTed parameters for this field.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: array
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$field | array | required parameter | N/A | N/A | The field details |
$i | integer | required parameter | N/A | N/A | We're processing for the ith row |
$table_alias | string | r | N/A | N/A | Table alias for catalogue entry table |
Return
- Tuple of SQL details (array: extra trans fields to search, array: extra plain fields to search, string: an extra table segment for a join, string: the name of the field to use as a title, if this is the title, extra WHERE clause stuff) (null: nothing special)
- Type: ?array
- Set: N/A
- Range: N/A