fields | type | description |
---|---|---|
plugin_id | string | extended plugin ID |
path_to_data | string | path to interested extension data in format [extension_plugin_id]/[extension_name]/… |
filter | string | specifies, how to filter interested data |
filter | description |
---|---|
keys | Return array of keys, existing in object. If no data found, returns empty array |
count | Return elements number in array. If no data found, returns 0 |
any_number | Return specified element from array. If no data found, returns empty object |
empty_string | Return whole object, specified by path_to_data. If no data found, returns empty object |