You are here

function panels_get_arguments in Panels 6.2

Same name and namespace in other branches
  1. 5.2 includes/plugins.inc \panels_get_arguments()

Fetch metadata for all argument plugins.

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-context.inc
Add the argument table plus gadget plus javascript to the form.

File

includes/plugins.inc, line 1633
plugins.inc

Code

function panels_get_arguments() {
  return panels_get_plugins('arguments', 'panels_arguments');
}