annotate sites/all/modules/ctools/help/context-access.html @ 9:830c812b520f

added smtp module
author root <root@paio.local>
date Mon, 28 Oct 2013 15:34:27 +0000
parents ff03f76ab3fe
children
rev   line source
danielebarchiesi@0 1 <p>Access plugins allow context based access control to pages.</p>
danielebarchiesi@0 2 <pre> 'title' => Title of the plugin
danielebarchiesi@0 3 'description' => Description of the plugin
danielebarchiesi@0 4 'callback' => callback to see if there is access is available. params: $conf, $contexts, $account
danielebarchiesi@0 5 'required context' => zero or more required contexts for this access plugin
danielebarchiesi@0 6 'default' => an array of defaults or a callback giving defaults
danielebarchiesi@0 7 'settings form' => settings form. params: &$form, &$form_state, $conf
danielebarchiesi@0 8 settings form validate
danielebarchiesi@0 9 settings form submit
danielebarchiesi@0 10 </pre>
danielebarchiesi@0 11
danielebarchiesi@0 12 <p><strong>Warning:</strong> your settings array will be stored <strong>in the meny system</strong> to reduce loads, so be <strong>trim</strong>.</p>