You are here

14 functions implement hook_flag() in Flag 7.2

Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.

flag_actions_flag in ./flag_actions.module
Implements hook_flag(). Trigger actions if any are available.
flag_action_validate_flag in includes/flag.actions.inc
Generic validation handler for validating Flag action configuration.
flag_flag in ./flag.module
Implements hook_flag(). Trigger actions if any are available.
flag_flag::find_default_flag in ./flag.inc
Finds the "default flag" corresponding to this flag.
flag_flag::_flag in ./flag.inc
A low-level method to flag content.
flag_get_flag in ./flag.module
Load a single flag either by name or by flag ID.
flag_handler_argument_content_id::get_flag in includes/flag_handler_argument_content_id.inc
Returns the flag object associated with our argument.
flag_handler_field_ops::get_flag in includes/flag_handler_field_ops.inc
Returns the flag object associated with our field.
flag_handler_relationship::get_flag in includes/flag_handler_relationships.inc
Returns the flag object.
flag_plugin_argument_validate_flaggability::get_flag in includes/flag_plugin_argument_validate_flaggability.inc
flag_reset_flag in ./flag.module
Remove all flagged content from a flag.
flag_rules_action_flag in ./flag.rules.inc
Base action implementation: Flag.
flag_trim_flag in ./flag.module
Trim a flag to a certain size.
template_preprocess_flag in ./flag.module
A preprocess function for our theme('flag'). It generates the variables needed there.