function panels_get_arguments in Panels 5.2
Same name and namespace in other branches
- 6.2 includes/plugins.inc \panels_get_arguments()
Collate information about all available panel arguments.
Return value
An array of arrays with information about all available panel arguments.
1 call to panels_get_arguments()
- panels_common_add_argument_form in includes/
common.inc - Add the argument table plus gadget plus javascript to the form.
File
- includes/
plugins.inc, line 1610 - plugins.inc
Code
function panels_get_arguments() {
return panels_get_plugins('arguments', 'panels_arguments');
}