flag |
./flag.module |
Flags or unflags an item. |
5 |
39 |
flag_access |
./flag.module |
Access checking to check an account for flagging ability. |
1 |
|
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 |
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_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 |
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_schema |
./flag_actions.install |
Implementation of hook_schema(). |
|
|
flag_actions_system_send_email_action_form |
./flag_actions.module |
|
|
|
flag_actions_theme |
./flag_actions.module |
Implementation of hook_theme(). |
|
|
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_page |
includes/flag.admin.inc |
Flag administration page. Display a list of existing flags. |
|
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. |
1 |
|
flag_content_extra_fields |
./flag.module |
Implementation of hook_content_extra_fields(). |
|
|
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. |
|
|
flag_delete_confirm |
includes/flag.admin.inc |
Delete flag page. |
|
1 |
flag_delete_confirm_submit |
includes/flag.admin.inc |
|
|
|
flag_fetch_definition |
./flag.inc |
Returns a flag definition. |
5 |
|
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 |
Add/Edit flag form validate. |
|
|
flag_get_content_flags |
./flag.module |
Return a list of users who have flagged a piece of content. |
|
|
flag_get_counts |
./flag.module |
Get flag counts for all flags on a node. |
2 |
|
flag_get_default_flags |
./flag.module |
Retrieve a list of flags defined by modules. |
3 |
|