You are here

Functions in Paypal Donation 6

Primary tabs

Namesort descending Location Description Direct uses Strings
paypal_donate_access ./paypal_donate.module Determine if the given user has access to this given object. (System hook)
paypal_donate_delete ./paypal_donate.module This hook is triggered when a node of type 'paypal_donate' well be deleted. This function will delete an existing record from the database.
paypal_donate_form ./paypal_donate.module This function returns the form that will displayed on the content creation page.
paypal_donate_insert ./paypal_donate.module This hook is triggered when a node of type 'paypal_donate' has been saved. This function will insert a new record into the database.
paypal_donate_install ./paypal_donate.install This hook is triggered when the paypal donate module is being installed. This function will run only once and gives us the possibility to install the a required table in the database.
paypal_donate_load ./paypal_donate.module This is a hook used by node / Content-type modules. It is called to allow the module a chance to load extra information that it stores about a node, or possibly replace already loaded information.
paypal_donate_nodeapi ./paypal_donate.module This function is called with every node event. In this case we use this function to render the Paypal form on the user side of the website (So on watching the content). It will precent the Paypal button for users to donate money to the website.
paypal_donate_node_info ./paypal_donate.module Sets the information about the content-type so Drupal can display it on the create content page.
paypal_donate_schema ./paypal_donate.install By implementing hook_schema() and specifying the tables your module declares, you can easily create and drop these tables on all supported database engines. You don't have to deal with the different SQL dialects for table creation and alteration…
paypal_donate_theme ./paypal_donate.module Define all themes used in this module. These theme items can be used in the module here using the theme function.
paypal_donate_uninstall ./paypal_donate.install This hook is triggered when the paypal donate module is being uninstalled. This function will run only once and gives us the possibility to remove the a required table in the database.
paypal_donate_update ./paypal_donate.module This hook is triggered when a node of type 'paypal_donate' has been updated. This function will update an existing record in the database.

Other projects