annotate sites/all/modules/ctools/ctools_plugin_example/help/Access-Plugins--Determining-access-and-visibility.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 <div id="node-16" class="node">
danielebarchiesi@0 2
danielebarchiesi@0 3
danielebarchiesi@0 4
danielebarchiesi@0 5
danielebarchiesi@0 6 <div class="content clear-block">
danielebarchiesi@0 7 <p>We can use access plugins to determine access to a page or visibility of the panes in a page. Basically, we just determine access based on configuration settings and the various contexts that are available to us.</p>
danielebarchiesi@0 8 <p>The arbitrary example in plugins/access/arg_length.inc determines access based on the length of the simplecontext argument. You can configure whether access should be granted if the simplecontext argument is greater or less than some number.</p>
danielebarchiesi@0 9 </div>
danielebarchiesi@0 10
danielebarchiesi@0 11 <div class="clear-block">
danielebarchiesi@0 12 <div class="meta">
danielebarchiesi@0 13 </div>
danielebarchiesi@0 14
danielebarchiesi@0 15 </div>
danielebarchiesi@0 16
danielebarchiesi@0 17 </div>