flag |
./flag.module |
Flags or unflags an item. |
4 |
29 |
flag_access |
./flag.module |
Access checking to check an account for flagging ability. |
2 |
|
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_enable |
./flag_actions.install |
We don't support Actions 1.x. |
|
|
flag_actions_flag |
./flag_actions.module |
Implementation of 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_submit |
./flag_actions.module |
Generic submit handler for saving 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 |
Implementation of hook_install(). |
|
|
flag_actions_menu |
./flag_actions.module |
Implementation of hook_menu(). |
|
|
flag_actions_page |
./flag_actions.module |
Menu callback for admin/build/flags/actions. |
|
1 |
flag_actions_system_send_email_action_form |
./flag_actions.module |
|
|
|
flag_actions_token_actions_send_email_action_form |
./flag_actions.module |
|
|
|
flag_actions_uninstall |
./flag_actions.install |
Implementation of hook_uninstall(). |
|
|
flag_actions_update_action |
./flag_actions.module |
Update an existing flag action. |
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 |
./flag.module |
Menu callback pass-through for all admin pages. |
|
1 |
flag_admin_page |
includes/flag.admin.inc |
Flag administration page. Display a list of existing flags. |
|
1 |
flag_arg_uid |
includes/flag.views.inc |
|
|
1 |
flag_check_token |
./flag.module |
Check to see if a token value matches the specified node. |
1 |
|
flag_confirm |
./flag.module |
Form for confirming the (un)flagging of a piece of content. |
|
1 |
flag_confirm_submit |
./flag.module |
|
|
|
flag_content_enabled |
./flag.module |
Content type checking to see if a flag applies to a certain type of data. |
2 |
|
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. |
3 |
|
flag_create_link |
./flag.module |
A utility function for outputting a flag link. |
|
|
flag_delete_confirm |
includes/flag.admin.inc |
Delete flag page. |
|
1 |
flag_delete_confirm_submit |
includes/flag.admin.inc |
|
|
|
flag_enable |
./flag.install |
Implementation of hook_enable(). |
|
|
flag_fetch_definition |
./flag.inc |
Returns a flag definition. |
4 |
|
flag_field_handler_count |
includes/flag.views.inc |
Handler that prints the 'count' field in a zero/singular/plural phrase, localizable. |
|
|
flag_field_handler_ops |
includes/flag.views.inc |
Handler that prints the proper operations for a flag. |
|
1 |
flag_filter_handler_uid |
includes/flag.views.inc |
Handler that lets us filter nodes to include only those by a particular user. |
|
1 |
flag_flag |
./flag.module |
Implementation of hook_flag(). Trigger actions if any are available. |
|
|
flag_flag_definitions |
./flag.inc |
Implementation of hook_flag_definitions(). |
1 |
|
flag_flag_link |
./flag.module |
Implementation of hook_flag_link(). |
|
|
flag_flag_link_types |
./flag.module |
Implementation of hook_flag_link_types(). |
|
|
flag_form |
includes/flag.admin.inc |
Add/Edit flag page. |
|
2 |
flag_form_alter |
./flag.module |
Implementation of hook_form_alter(). |
|
|
flag_form_submit |
includes/flag.admin.inc |
Add/Edit flag form submit. |
|
|
flag_form_validate |
includes/flag.admin.inc |
Validate required checkboxes on our form. |
|
|