context-relationships.html 559 B

12345678910111213
  1. <p>Relationship plugin data:</p>
  2. <pre>
  3. 'title' => The title to display.
  4. 'description' => Description to display.
  5. 'keyword' => Default keyword for the context created by this relationship.
  6. 'required context' => One or more ctools_context_required/optional objects
  7. describing the context input.
  8. new panels_required_context(t('Node'), 'node'),
  9. 'context' => The callback to create the context. Params: ($context = NULL, $conf)
  10. 'settings form' => Settings form. Params: $conf
  11. 'settings form validate' => Validate.
  12. </pre>