You are here

Functions in Support Ticketing System 8

Primary tabs

Namesort descending Location Description Direct uses Strings
hook_support_ticket_access modules/support_ticket/support_ticket.api.php Controls access to a support ticket.
hook_support_ticket_links_alter modules/support_ticket/support_ticket.api.php Alter the links of a support ticket.
support_ticket_add_body_field modules/support_ticket/support_ticket.module Adds the default body field to a support ticket type. 3
support_ticket_entity_update modules/support_ticket/support_ticket.module Implements hook_entity_update().
support_ticket_form_support_ticket_type_edit_form_alter modules/support_ticket/support_ticket.module Implements hook_form_BASE_FORM_ID_alter().
support_ticket_form_support_ticket_type_form_submit modules/support_ticket/support_ticket.module Submit handler for forms with menu options. 1
support_ticket_get_recent modules/support_ticket/support_ticket.module Finds the most recently changed support tickets that are available to the current user.
support_ticket_get_type_label modules/support_ticket/support_ticket.module Returns the support ticket type label for the passed support ticket. 5
support_ticket_help modules/support_ticket/support_ticket.module Implements hook_help().
support_ticket_install modules/support_ticket/support_ticket.install Implements hook_install().
support_ticket_is_page modules/support_ticket/support_ticket.module Checks whether the current page is the full page view of the passed-in support ticket. 1
support_ticket_load modules/support_ticket/support_ticket.module Loads a support ticket entity from the database.
support_ticket_load_multiple modules/support_ticket/support_ticket.module Loads support ticket entities from the database.
support_ticket_preprocess_html modules/support_ticket/support_ticket.module Implements hook_preprocess_HOOK() for HTML document templates.
support_ticket_revision_delete modules/support_ticket/support_ticket.module Deletes a support_ticket revision.
support_ticket_revision_load modules/support_ticket/support_ticket.module Loads a support ticket revision from the database.
support_ticket_support_ticket_access modules/support_ticket/support_ticket.module Implements hook_support_ticket_access().
support_ticket_test_entity_view_mode_alter modules/support_ticket/tests/modules/support_ticket_test/support_ticket_test.module Implements hook_entity_view_mode_alter().
support_ticket_test_exception_support_ticket_insert modules/support_ticket/tests/modules/support_ticket_test_exception/support_ticket_test_exception.module Implements hook_ENTITY_TYPE_insert() for support_ticket entities.
support_ticket_test_preprocess_field modules/support_ticket/tests/modules/support_ticket_test/support_ticket_test.module Compensate for missing Classy classes when testing.
support_ticket_test_support_ticket_build_defaults_alter modules/support_ticket/tests/modules/support_ticket_test/support_ticket_test.module Implements hook_ENTITY_TYPE_build_defaults_alter() for support_ticket entities.
support_ticket_test_support_ticket_insert modules/support_ticket/tests/modules/support_ticket_test/support_ticket_test.module Implements hook_ENTITY_TYPE_insert() for support_ticket entities.
support_ticket_test_support_ticket_presave modules/support_ticket/tests/modules/support_ticket_test/support_ticket_test.module Implements hook_ENTITY_TYPE_presave() for support_ticket entities.
support_ticket_test_support_ticket_update modules/support_ticket/tests/modules/support_ticket_test/support_ticket_test.module Implements hook_ENTITY_TYPE_update() for support_ticket entities.
support_ticket_test_support_ticket_view modules/support_ticket/tests/modules/support_ticket_test/support_ticket_test.module Implements hook_ENTITY_TYPE_view() for support_ticket entities.
support_ticket_theme modules/support_ticket/support_ticket.module Implements hook_theme().
support_ticket_theme_suggestions_support_ticket modules/support_ticket/support_ticket.module Implements hook_theme_suggestions_HOOK().
support_ticket_tokens modules/support_ticket/support_ticket.tokens.inc Implements hook_tokens().
support_ticket_token_info modules/support_ticket/support_ticket.tokens.inc Implements hook_token_info().
support_ticket_type_get_description modules/support_ticket/support_ticket.module Description callback: Returns the support ticket type description.
support_ticket_type_get_names modules/support_ticket/support_ticket.module Returns a list of available support ticket type names.
support_ticket_type_get_types modules/support_ticket/support_ticket.module Returns a list of all the available support ticket types.
support_ticket_type_update_support_tickets modules/support_ticket/support_ticket.module Updates all support tickets of one type to be of another type. 1
support_ticket_view modules/support_ticket/support_ticket.module Generates an array for rendering the given support ticket. 2
support_ticket_views_analyze modules/support_ticket/support_ticket.views_execution.inc Implements hook_views_analyze().
support_ticket_views_query_substitutions modules/support_ticket/support_ticket.views_execution.inc Implements hook_views_query_substitutions().
support_ticket_view_multiple modules/support_ticket/support_ticket.module Constructs a drupal_render() style array from an array of loaded support tickets.
template_preprocess_support_ticket modules/support_ticket/support_ticket.module Prepares variables for support ticket templates.
template_preprocess_support_ticket_add_list modules/support_ticket/support_ticket.module Prepares variables for list of available support ticket type templates.
_support_ticket_comment_diff_ajax_callback modules/support_ticket/support_ticket.module #ajax callback for the support ticket diff settings. 1
_support_ticket_comment_diff_field modules/support_ticket/support_ticket.module Determine comment field to write revision differences into. 2
_support_ticket_comment_diff_revision_changes modules/support_ticket/support_ticket.module Determine text comment field to write revision changes into. 2
_support_ticket_comment_diff_revision_reference modules/support_ticket/support_ticket.module Determine integer comment field to write revision references into. 2
_support_ticket_get_rows modules/support_ticket/support_ticket.module Prepare the tables rows for theme 'table'. 1

Other projects