You are here

Functions in Clock 7.2

Primary tabs

Namesort descending Location Description Direct uses Strings
clock_add ./clock.module Adds a clock. 1
clock_add_form ./clock.admin.inc Form builder for the clock add form. 1
clock_add_form_submit ./clock.admin.inc Form submission handler for clock_add_form().
clock_block_configure ./clock.module Implements hook_block_configure().
clock_block_info ./clock.module Implements hook_block_info().
clock_block_save ./clock.module Implements hook_block_save().
clock_block_view ./clock.module Implements hook_block_view().
clock_default_clock ./clock.module Gets a clock object populated with default values. 1
clock_delete ./clock.module Deletes a clock. 1
clock_delete_form ./clock.admin.inc Form builder for the clock delete form. 1
clock_delete_form_submit ./clock.admin.inc Form submission handler for clock_delete_form()
clock_edit_form ./clock.admin.inc Form builder for the clock edit form. 1
clock_edit_form_submit ./clock.admin.inc Form submission handler for clock_edit_form().
clock_element_info ./clock.module Implements hook_element_info().
clock_element_info_alter ./clock.module Implements hook_element_info_alter().
clock_form ./clock.admin.inc Form builder for the clock add or edit form. 2
clock_form_token_tree ./clock.admin.inc AJAX callback that return the token tree of the clock form. 1
clock_get_clock_from_form_values ./clock.admin.inc Builds a clock object from the passed in form values. 2
clock_get_date_format ./clock.module Gets the correct date format. 3
clock_get_time_zone ./clock.module Gets the correct timezone to display. 3
clock_get_weight ./clock.module Calculates the weight of a new clock. 1
clock_help ./clock.module Implements hook_help().
clock_info ./clock.module Returns information about all clocks or a single clock. 7
clock_links_pre_render ./clock.module Populates an element's #links property with child elements that are links. 1
clock_load ./clock.module Load function for clock menu callbacks.
clock_menu ./clock.module Implements hook_menu().
clock_schema ./clock.install Implements hook_schema().
clock_theme ./clock.module Implements hook_theme.
clock_tokens ./clock.tokens.inc Implements hook_tokens().
clock_token_info ./clock.tokens.inc Implements hook_token_info()
clock_token_info_alter ./clock.tokens.inc Implements hook_token_info_alter().
clock_update ./clock.module Updates a clock. 2 1
clock_update_7100 ./clock.install Remove legacy variables from the database.
clock_update_7101 ./clock.install Install the clock_settings table and remove legacy variables.
drupal_pre_render_table ./clock.table.inc #pre_render callback to transform children of an element into #rows suitable for theme_table(). 1
form_process_table ./clock.table.inc #process callback for #type 'table' to add tableselect support. 1
form_type_table_value ./clock.table.inc Determines the value of a table form element. 1
form_validate_table ./clock.table.inc #element_validate callback for #type 'table'. 1
theme_clock ./clock.theme.inc
theme_clocks ./clock.theme.inc Returns HTML for a list of clocks.
theme_clock_daylight_savings_time_marker ./clock.theme.inc Returns HTML for a Daylight Savings Time marker.
theme_clock_option ./clock.module Returns HTML for a form option.
theme_clock_select ./clock.module Returns HTML for a select form element.

Other projects