26 calls to flag_get_flag() in Flag 6
- flag in ./
flag.module - Flags or unflags an item.
- FlagTestCase::testFlagAdmin in tests/
flag.test - Create a flag through the UI and ensure that it is saved properly.
- flag_actions_delete_form in ./
flag_actions.module - flag_actions_form in ./
flag_actions.module - Generic configuration form for configuration of flag actions.
- flag_confirm in ./
flag.module - Form for confirming the (un)flagging of a piece of content.
- flag_confirm_submit in ./
flag.module - flag_create_link in ./
flag.module - A utility function for outputting a flag link.
- flag_delete_confirm in includes/
flag.admin.inc - Delete flag page.
- flag_delete_confirm_submit in includes/
flag.admin.inc - flag_flag::validate_name in ./
flag.inc - flag_form in includes/
flag.admin.inc - Add/Edit flag page.
- 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_content::query in includes/
flag_handler_relationships.inc - Called to implement a relationship in a query.
- flag_handler_relationship_counts::query in includes/
flag_handler_relationships.inc - Called to implement a relationship in a query.
- flag_handler_relationship_user_content::query in includes/
flag_handler_relationships.inc - Called to implement a relationship in a query.
- flag_nodeapi in ./
flag.module - Implementation of hook_nodeapi().
- flag_page in ./
flag.module - Menu callback for (un)flagging a node.
- flag_plugin_argument_validate_flaggability::get_flag in includes/
flag_plugin_argument_validate_flaggability.inc - flag_rules_data_type::check_value in includes/
flag.rules.inc - Checks the value of your data type. E.g. the number data type uses this to make sure the value is a number.
- flag_rules_data_type::load in includes/
flag.rules.inc - Loads the data identified with an identifier as returned by get_identifier(). Just return the data or FALSE if loading the data failed.
- flag_views_convert in includes/
flag.views_convert.inc - Implementation of hook_views_convert().
- flag_views_default_views in includes/
flag.views_default.inc - Implementation of hook_views_default_views().
- theme_flag_actions_page in ./
flag_actions.module - Theme the list of actions currently in place for flags.
- theme_flag_admin_page in includes/
flag.admin.inc - Theme the output for the main flag administration page.
- theme_flag_rules_radios in includes/
flag.rules_forms.inc