You are here

Functions in Registration codes 8

Primary tabs

Namesort descending Location Description Direct uses Strings
hook_regcode_load ./regcode.api.php Change the regcode data that is being loaded.
hook_regcode_presave ./regcode.api.php Called when a new registration code is created.
hook_regcode_used ./regcode.api.php Called when a registration code is used.
regcode_activate_action ./regcode.module Regcode activate action.
regcode_clean ./regcode.module Deletes regcode codes. 1
regcode_code_consume ./regcode.module Consumes a regcode and attribute it to a user. 1
regcode_code_element_validate ./regcode.module Validates the content of the code-field on user registration. 1
regcode_code_validate ./regcode.module Validates a regcode. 2
regcode_deactivate_action ./regcode.module Regcode deactivate action.
regcode_delete_action ./regcode.module Regcode delete action.
regcode_entity_extra_field_info ./regcode.module Implements hook_entity_extra_field_info().
regcode_errormsg ./regcode.module Returns text message requested by given identifier/constant. 1
regcode_form_user_register_form_alter ./regcode.module Implements hook_form_FORM_ID_alter() for user_register_form.
regcode_generate ./regcode.module Generates a code. 1
regcode_get_vocab_terms ./regcode.module Gets a list of terms from the registration code vocabulary.
regcode_help ./regcode.module Implements hook_help().
regcode_load_single ./regcode.module Loads a registration code. 1
regcode_save ./regcode.module Saves code in the database and calls the regcode_presave hook. 1
regcode_schema ./regcode.install Implements hook_schema().
regcode_tokens ./regcode.tokens.inc Implements hook_tokens().
regcode_token_info ./regcode.tokens.inc Implements hook_token_info().
regcode_user_register_form_submit_handler ./regcode.module Updates data for a regcode in the database. 1
regcode_views_data ./regcode.views.inc Implements hook_views_data().
regcode_views_default_views_alter ./regcode.views.inc Implements hook_views_default_views().

Other projects