flag |
./flag.module |
Flags or unflags an item. |
6 |
51 |
flag_actions_add_form |
./flag_actions.module |
Modified version of the Add action form that redirects back to the flag list. |
|
1 |
flag_actions_add_form_submit |
./flag_actions.module |
|
|
|
flag_actions_delete_action |
./flag_actions.module |
Delete a flag action. |
1 |
|
flag_actions_delete_form |
./flag_actions.module |
|
|
1 |
flag_actions_delete_form_submit |
./flag_actions.module |
|
|
|
flag_actions_do |
./flag_actions.module |
Perform flag actions. |
1 |
|
flag_actions_flag |
./flag_actions.module |
Implements hook_flag(). Trigger actions if any are available. |
|
|
flag_actions_form |
./flag_actions.module |
Generic configuration form for configuration of flag actions. |
|
1 |
flag_actions_form_additions |
./flag_actions.module |
Execute an action form callback to retrieve form additions. |
1 |
|
flag_actions_form_submit |
./flag_actions.module |
Generic submit handler for saving flag actions. |
|
|
flag_actions_form_validate |
./flag_actions.module |
Generic submit handler for validating flag actions. |
|
|
flag_actions_get_action |
./flag_actions.module |
|
3 |
|
flag_actions_get_actions |
./flag_actions.module |
|
3 |
|
flag_actions_insert_action |
./flag_actions.module |
Insert a new flag action. |
1 |
|
flag_actions_install |
./flag_actions.install |
Implements hook_install(). |
|
|
flag_actions_menu |
./flag_actions.module |
Implements hook_menu(). |
|
|
flag_actions_page |
./flag_actions.module |
Menu callback for FLAG_ADMIN_PATH/actions. |
|
1 |
flag_actions_schema |
./flag_actions.install |
Implements hook_schema(). |
|
|
flag_actions_system_send_email_action_form |
./flag_actions.module |
Make modifications to the "Send e-mail" action form. |
|
|
flag_actions_theme |
./flag_actions.module |
Implements hook_theme(). |
|
|
flag_actions_uninstall |
./flag_actions.install |
Implements hook_uninstall(). |
|
|
flag_actions_update_6200 |
./flag_actions.install |
Add a "repeat_threshold" value to all existing Flag actions. |
|
|
flag_actions_update_action |
./flag_actions.module |
Update an existing flag action. |
1 |
|
flag_action_form |
includes/flag.actions.inc |
Generic form for configuring Flag actions. |
3 |
|
flag_action_info |
includes/flag.actions.inc |
Implements hook_action_info(). |
|
|
flag_action_info_alter |
includes/flag.actions.inc |
Implements hook_action_info_alter(). |
|
|
flag_action_submit |
includes/flag.actions.inc |
Generic submission handler for saving Flag action configuration. |
3 |
|
flag_action_validate_flag |
includes/flag.actions.inc |
Generic validation handler for validating Flag action configuration. |
|
1 |
flag_add_form |
includes/flag.admin.inc |
Present a form for creating a new flag, setting the type of flag. |
|
1 |
flag_add_form_submit |
includes/flag.admin.inc |
|
|
|
flag_add_form_validate |
includes/flag.admin.inc |
|
|
|
flag_add_page |
includes/flag.admin.inc |
Menu callback for adding a new flag. |
|
1 |
flag_admin_listing |
includes/flag.admin.inc |
A form for ordering the weights of all the active flags in the system. |
|
1 |
flag_admin_listing_submit |
includes/flag.admin.inc |
Submit handler for the flag_admin_listing form. Save flag weight ordering. |
|
|
flag_admin_page |
includes/flag.admin.inc |
Flag administration page. Display a list of existing flags. |
|
1 |
flag_build_javascript_info |
./flag.module |
Builds the JavaScript structure describing the flagging operation. |
1 |
|
flag_check_link_types |
includes/flag.admin.inc |
FormAPI after_build function to check that the link type exists. |
|
1 |
flag_check_token |
./flag.module |
Check to see if a token value matches the specified node. |
1 |
|
flag_comment_action |
includes/flag.actions.inc |
Implements Drupal action. Flags a comment. |
|
|
flag_comment_action_form |
includes/flag.actions.inc |
Form for configuring the Flag comment action. |
|
|
flag_comment_action_submit |
includes/flag.actions.inc |
Submit function for the Flag comment action form. |
|
|
flag_confirm |
./flag.module |
Form for confirming the (un)flagging of a piece of content. |
|
1 |
flag_confirm_submit |
./flag.module |
Submit handler for the flag confirm form. |
|
|
flag_contextual_links_view_alter |
./flag.module |
|
|
|
flag_create_handler |
./flag.inc |
Instantiates a new flag handler. A flag handler is more commonly know as "a
flag". A factory method usually populates this empty flag with settings
loaded from the database. |
5 |
|
flag_create_link |
./flag.module |
A utility function for outputting a flag link. |
1 |
|
flag_delete_confirm |
includes/flag.admin.inc |
Delete flag page. |
|
1 |
flag_delete_confirm_submit |
includes/flag.admin.inc |
|
|
|
flag_enable |
./flag.install |
Implements hook_enable(). |
|
|