32 calls to flag_get_flags() in Flag 7.2
- FlagTestCase::testFlagAdmin in tests/
flag.test - Create a flag through the UI and ensure that it is saved properly.
- flag_actions_add_form in ./
flag_actions.module - Modified version of the Add action form that redirects back to the flag list.
- flag_action_form in includes/
flag.actions.inc - Generic form for configuring Flag actions.
- flag_action_info_alter in includes/
flag.actions.inc - Implements hook_action_info_alter().
- flag_admin_page in includes/
flag.admin.inc - Flag administration page. Display a list of existing flags.
- flag_contextual_links_view_alter in ./
flag.module - flag_enable in ./
flag.install - Implements hook_enable().
- flag_export_form in includes/
flag.export.inc - Export a flag and display it in a form.
- flag_features_export_options in includes/
flag.features.inc - Implements hook_features_export_options().
- flag_field_attach_form in ./
flag.module - Implements hook_field_attach_form().
- flag_field_extra_fields in ./
flag.module - Implements hook_field_extra_fields().
- flag_flag::revert in ./
flag.inc - Reverts an overriding flag to its default state.
- flag_form_alter in ./
flag.module - Implements hook_form_alter().
- flag_form_node_type_form_alter in ./
flag.module - Implements hook_form_FORM_ID_alter(): node_type_form.
- flag_get_flag in ./
flag.module - Load a single flag either by name or by flag ID.
- flag_link in ./
flag.module - Implements hook_link().
- flag_node_delete in ./
flag.module - Implements hook_node_delete().
- flag_node_operations in ./
flag.module - Implements hook_node_operations().
- flag_node_translation_change in ./
flag.module - Implements hook_node_translation_change().
- flag_plugin_argument_validate_flaggability::flags_options in includes/
flag_plugin_argument_validate_flaggability.inc - Returns form #options for the flags. Returns empty array if no flags were found.
- flag_plugin_argument_validate_flaggability::options_form in includes/
flag_plugin_argument_validate_flaggability.inc - Provide the default form for setting options.
- flag_rules_event_info in ./
flag.rules.inc - Implements hook_rules_event_info().
- flag_tokens in ./
flag.tokens.inc - Implements hook_tokens().
- flag_token_info in ./
flag.tokens.inc - Implements of hook_token_info().
- flag_trigger_info in includes/
flag.actions.inc - Implements hook_trigger_info().
- flag_user_operations in ./
flag.module - Implements hook_user_operations().
- flag_user_view in ./
flag.module - Implements hook_user_view().
- flag_views_flag_config_form in includes/
flag.views.inc - A helper function that creates a radio list of available flags.
- flag_views_flag_default in includes/
flag.views.inc - Helper function that gets the first defined flag and returns its name.
- _flag_clear_cache in includes/
flag.admin.inc - Clears various caches when a flag is modified.
- _flag_get_flag_names in ./
flag.module - Return an array of flag names keyed by fid.
- _flag_rules_flags_options in ./
flag.rules.inc