Showing posts with label Helper function. Show all posts
Showing posts with label Helper function. Show all posts

Tuesday, May 17, 2011

Helper function in Drupal

Helper function is a type of functions used in Drupal.  Helper functions are started with underscore to the function name. Ex: _db_query() is an Helper function to db_query() function.



Followers