context-context.html 661 B

12345678910111213
  1. <p>Context plugin data:</p>
  2. <pre>
  3. 'title' => Visible title
  4. 'description' => Description of context
  5. 'context' => Callback to create a context. Params: $empty, $data = NULL, $conf = FALSE
  6. 'settings form' => Callback to show a context setting form. Params: ($conf, $external = FALSE)
  7. 'settings form validate' => params: ($form, &$form_values, &$form_state)
  8. 'settings form submit' => params: 'ctools_context_node_settings_form_submit',
  9. 'keyword' => The default keyword to use.
  10. 'context name' => The unique identifier for this context for use by required context checks.
  11. 'no ui' => if TRUE this context cannot be selected.
  12. </pre>