Version 2

Porting Drupal Modules to Bitweaver

Created by: Will, Last modification: 09 Oct 2008 (14:21 UTC) by Will
NOTICE: THIS DOCUMENTATION IS UNDER DEVELOPMENT AND SHOULD NOT BE RELIED ON. For official documentation please go to the Documentation section of this site.


Components Map

DrupalBitweaver
ModulesPackages
NodeLibertyContent
UsersUsers
CommentsLibertyContent:Comments
BlocksModules
Actions ?


Services

Drupal is organized using functions with patterned names to create relationships between packages similar to bitweaver LibertyServices

The 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.

DrupalBitweaver
hook_block()modules/mod_<feature>.php
hook_boot() and hook_init()bit_setup_inc.php
hook_comment()Comment Services
hook_elements() dynamically generated form elementstpls

</feature>
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