Function __global->get_upload_syndication_json
Definitions
sources/upload_syndication.php
- Get details for what upload syndication we can do for particular filtered upload types.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: array
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$file_handling_types | integer | required parameter | N/A | N/A | The kind of files we are going to be handling |
Return
- A pair: JSON data describing what upload syndication we can do (may be null), a filetype filter
- Type: array
- Set: N/A
- Range: N/A