Mercurial > hg > rr-repo
annotate sites/all/modules/ctools/help/context-relationships.html @ 11:b0ee71395280
deleted .DS_Store files
author | danieleb <danielebarchiesi@me.com> |
---|---|
date | Mon, 28 Oct 2013 16:12:13 +0000 |
parents | ff03f76ab3fe |
children |
rev | line source |
---|---|
danielebarchiesi@0 | 1 <p>Relationship plugin data:</p> |
danielebarchiesi@0 | 2 |
danielebarchiesi@0 | 3 <pre> |
danielebarchiesi@0 | 4 'title' => The title to display. |
danielebarchiesi@0 | 5 'description' => Description to display. |
danielebarchiesi@0 | 6 'keyword' => Default keyword for the context created by this relationship. |
danielebarchiesi@0 | 7 'required context' => One or more ctools_context_required/optional objects |
danielebarchiesi@0 | 8 describing the context input. |
danielebarchiesi@0 | 9 new panels_required_context(t('Node'), 'node'), |
danielebarchiesi@0 | 10 'context' => The callback to create the context. Params: ($context = NULL, $conf) |
danielebarchiesi@0 | 11 'settings form' => Settings form. Params: $conf |
danielebarchiesi@0 | 12 'settings form validate' => Validate. |
danielebarchiesi@0 | 13 </pre> |