14 calls to casetracker_realm_load() in Case Tracker 7
- CasetrackerAdminTest::testCasetrackerAdminCreation in tests/
casetracker_admin.test - Main test routine.
- casetracker_actions_set_priority_action_form in casetracker_actions/
casetracker_actions.module - Select a priority level for the Set Priority action.
- casetracker_actions_set_status_action_form in casetracker_actions/
casetracker_actions.module - Select a status condition for the Set Status action.
- casetracker_actions_set_type_action_form in casetracker_actions/
casetracker_actions.module - Select a type for the Set Type action.
- casetracker_case_form_common in ./
casetracker.module - Common form elements for cases, generic enough for use either in a full node display, or in comment displays and updating. Default values are calculated based on an existing $form['nid']['#value'].
- casetracker_case_state_overview in ./
casetracker_admin.inc - Displays an administrative overview of all case states available.
- casetracker_settings in ./
casetracker_admin.inc - Configures the various Case Tracker options; system_settings_form().
- casetracker_views_handler_argument_priority::summary_name in includes/
casetracker_views_handler_argument_priority.inc - Provides the name to use for the summary.
- casetracker_views_handler_argument_status::summary_name in includes/
casetracker_views_handler_argument_status.inc - Provides the name to use for the summary.
- casetracker_views_handler_argument_type::summary_name in includes/
casetracker_views_handler_argument_type.inc - Provides the name to use for the summary.
- casetracker_views_handler_field_case_count::options_form in includes/
casetracker_views_handler_field_case_count.inc - Default options form provides the label widget that all fields should have.
- casetracker_views_handler_filter_priority_options::get_value_options in includes/
casetracker_views_handler_filter_priority_options.inc - Child classes should be used to override this function and set the 'value options', unless 'options callback' is defined as a valid function or static public method to generate these values.
- casetracker_views_handler_filter_status_options::get_value_options in includes/
casetracker_views_handler_filter_status_options.inc - Child classes should be used to override this function and set the 'value options', unless 'options callback' is defined as a valid function or static public method to generate these values.
- casetracker_views_handler_filter_type_options::get_value_options in includes/
casetracker_views_handler_filter_type_options.inc - Child classes should be used to override this function and set the 'value options', unless 'options callback' is defined as a valid function or static public method to generate these values.