User Tools

Site Tools


dr:api_sequences

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
dr:api_sequences [2005/10/23 11:50] – Restructured fgmdr:api_sequences [2007/12/22 14:44] – external edit 127.0.0.1
Line 4: Line 4:
  
 ... during the building of the various pages creating and editing a custom node..., as noted on a 4.6.3 installation during the development of the [[http://drupal.org/node/30947|helpdesk module]] ... during the building of the various pages creating and editing a custom node..., as noted on a 4.6.3 installation during the development of the [[http://drupal.org/node/30947|helpdesk module]]
 +
 +
  
 ===== Table of hook calls seen by a module ===== ===== Table of hook calls seen by a module =====
Line 9: Line 11:
 <style type="text/css"> <style type="text/css">
   body { font-size:small }   body { font-size:small }
 +  th, td { vertical-align: top }
   th[scope="row"] { font-weight: normal; font-family:"Courier New", Courier, mono ; text-align: left}   th[scope="row"] { font-weight: normal; font-family:"Courier New", Courier, mono ; text-align: left}
   td { vertical-align:top; text-align:center }   td { vertical-align:top; text-align:center }
Line 23: Line 26:
     <th>5: Redirect <br>     <th>5: Redirect <br>
     after create</th>     after create</th>
-    <th>6 View node</th>+    <th>6View node</th>
     <th>7: Edit node</th>     <th>7: Edit node</th>
     <th>8: Track node </th>     <th>8: Track node </th>
Line 116: Line 119:
     <td>&nbsp;</td>     <td>&nbsp;</td>
     <td>no uid<br>     <td>no uid<br>
-      name</td>+      name of node owner</td>
     <td>&nbsp;</td>     <td>&nbsp;</td>
   </tr>   </tr>
Line 331: Line 334:
 </table> </table>
 </html> </html>
 +
 +
  
 ===== Notes ===== ===== Notes =====
-The difference between &quot;modules fields&quot; and &quot;loaded object&quot; occurs if the module defines the additional fields it handles as fields as wrapped in an object [[http://blog.riff.org/index.php/2005/10/10/29-drupal-tips-hook_load-and-data-isolation|elswehere]]+The difference between 'modules fieldsand 'loaded objectoccurs if the module defines the additional fields it handles as fields as wrapped in an object [[http://blog.riff.org/index.php/2005/10/10/29-drupal-tips-hook_load-and-data-isolation|elswehere]]
  
-  * &quot;Module fields&quot; is just a set of array entries made available, intermixed with the builtin array entries +  * "Module fieldsis just a set of array entries made available, intermixed with the builtin array entries 
-  * &quot;loaded object&quot; referes the same, but when they are returned by core as the wrapper object.+  * "Loaded object" refers the same, but when they are returned by core as the wrapper object.
  
 Basically, modules fields are returned from a HTML form, whereas a loaded object comes from the DB. Basically, modules fields are returned from a HTML form, whereas a loaded object comes from the DB.
dr/api_sequences.txt · Last modified: 2020/11/23 17:23 by 127.0.0.1