comparison sites/all/modules/ctools/help/context-relationships.html @ 0:ff03f76ab3fe

initial version
author danieleb <danielebarchiesi@me.com>
date Wed, 21 Aug 2013 18:51:11 +0100
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:ff03f76ab3fe
1 <p>Relationship plugin data:</p>
2
3 <pre>
4 'title' => The title to display.
5 'description' => Description to display.
6 'keyword' => Default keyword for the context created by this relationship.
7 'required context' => One or more ctools_context_required/optional objects
8 describing the context input.
9 new panels_required_context(t('Node'), 'node'),
10 'context' => The callback to create the context. Params: ($context = NULL, $conf)
11 'settings form' => Settings form. Params: $conf
12 'settings form validate' => Validate.
13 </pre>