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
Last revisionBoth sides next revision
dr:api_sequences [2007/12/22 14:44] – external edit 127.0.0.1dr:api_sequences [2008/04/29 15:08] fgm
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 =====
 +
 <html> <html>
 +
 <style type="text/css"> <style type="text/css">
   body { font-size:small }   body { font-size:small }
Line 17: Line 18:
 <table cellspacing="0" cellpadding="0" border="1"> <table cellspacing="0" cellpadding="0" border="1">
   <tr>   <tr>
-    <th>Sequence of hooks fired</th>+    <th><span class="search_hit">Sequence</span> of <span class="search_hit">hooks</span> fired</th>
     <th>1: New</th>     <th>1: New</th>
     <th width="119">2: Preview</th>     <th width="119">2: Preview</th>
Line 289: Line 290:
   </tr>   </tr>
   <tr>   <tr>
-    <th scope="row">hook_name</th>+    <th scope="row">hook_node_name</th>
     <td>X</td>     <td>X</td>
     <td>X</td>     <td>X</td>
Line 333: Line 334:
   </tr>   </tr>
 </table> </table>
 +
 </html> </html>
  
 +===== Notes =====
  
- 
-===== Notes ===== 
 The difference between 'modules fields' and 'loaded object' 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 fields' and 'loaded object' 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]]
  
Line 348: Line 349:
  
 Similarly, any call to [[http://drupaldocs.org/api/head/function/l|l()]] causes [[http://drupaldocs.org/api/head/function/hook_link|hook_link]] to be fired too. Similarly, any call to [[http://drupaldocs.org/api/head/function/l|l()]] causes [[http://drupaldocs.org/api/head/function/hook_link|hook_link]] to be fired too.
- 
dr/api_sequences.txt · Last modified: 2020/11/23 17:23 by 127.0.0.1