Differences from version 1 to 3



@@ -2,10 +2,12 @@

 
 !!!Components Map
 ||~Drupal|Bitweaver
+Modules|Packages
 Node|LibertyContent
 Users|Users
 Comments|LibertyContent:Comments
 Blocks|Modules
+Actions| ?
 ||
 
 !!!Services

@@ -13,4 +15,17 @@

 
 The [http://api.drupal.org/api/file/developer/hooks/core.php/6/source|Drupal core.php file] provides an overview of these service like functions.
 
+!!!Core Hooks Map
+The mapping of Drupal Hooks to Bitweaver features will not always be a perfect one to one. But following these relationships will provide a good guide where to move Drupal modules processes to in a Bitweaver package port.
+
+||~Drupal|Bitweaver
+hook_block()|modules/mod_<feature>.php
+hook_boot() and hook_init()|bit_setup_inc.php
+hook_comment()|Comment Services
+hook_elements() dynamically generated form elements|tpls
+hook_link()|service tpls
+hook_menu()|templates/menu_<pkg>.tpl
+hook_node_grants()|LibertyService::content_user_perms_function
+hook_node_access_records()|Custom Content Permission Assignment
+||
 
Page History
Date/CommentUserIPVersion
09 Oct 2008 (14:35 UTC)
more hooks
Will69.203.72.1613
Current • Source
Will69.203.72.1612
View • Compare • Difference • Source
Will69.203.72.1611
View • Compare • Difference • Source