Projet

Général

Profil

Paste
Télécharger (1,01 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / ctools / ctools_plugin_example / help / Argument-Plugins--Starting-at-the-beginning.html @ 6e3ce7c2

1
<div id="node-12" class="node">
2

    
3

    
4

    
5
  
6
  <div class="content clear-block">
7
    <p>Contexts are fundamental to CTools, and they almost always start with an argument to a panels page, so we'll start there too.</p>
8
<p>We first need to process an argument.</p>
9
<p>We're going to work with a "Simplecontext" context type and argument, and then with a content type that displays it. So we'll start by with the Simplecontext argument plugin in plugins/arguments/simplecontext_arg.inc.</p>
10
<p>Note that the name of the file (simplecontext_arg.inc) is built from the machine name of our plugin (simplecontext_arg). And note also that the primary function that we use to provide our argument (ctools_plugin_example_simplecontext_arg_ctools_arguments()) is also built from the machine name. This magic is most of the naming magic that you have to know.</p>
11
<p>You can browse plugins/arguments/simplecontext_arg.inc and see the little that it does.</p>
12
  </div>
13

    
14
  <div class="clear-block">
15
    <div class="meta">
16
        </div>
17

    
18
      </div>
19

    
20
</div>