hook_quants |
./quant.api.php |
Implementation of hook_quants() |
|
|
hook_quants_alter |
./quant.api.php |
Implementation of hook_quants_alter() |
|
|
quant_admin_settings |
includes/forms.inc |
Provide admin settings form |
|
1 |
quant_admin_settings_validate |
includes/forms.inc |
|
|
|
quant_build_data |
./quant.module |
Wrapper for data building functions |
1 |
|
quant_chart_add_color |
includes/chart.inc |
|
1 |
|
quant_chart_add_size |
includes/chart.inc |
|
1 |
|
quant_execute_query |
./quant.module |
Perform a database query based on quant data for calculating
time-based trends |
1 |
|
quant_generate_chart |
includes/chart.inc |
Wrapper for chart generation functions |
1 |
|
quant_get_quants |
./quant.module |
Fetch all available quants |
2 |
|
quant_include |
./quant.module |
Include .inc files
Similar to ctools_include() |
5 |
|
quant_menu |
./quant.module |
Implementation of hook_menu() |
|
|
quant_node_query |
includes/quants.inc |
Build a node database query
Avoid grabbing nodes that act as organic groups |
1 |
|
quant_override_title |
includes/chart.inc |
Optionally override a chart title |
1 |
|
quant_page |
includes/pages.inc |
The analytics page callback |
|
1 |
quant_perm |
./quant.module |
Implementation of hook_perm() |
|
|
quant_process |
./quant.module |
Process quants and convert them to charts with data plotted |
1 |
|
quant_quants |
./quant.module |
Implementation of hook_quants() |
|
|
quant_theme |
./quant.module |
Implementation of hook_theme() |
|
|
quant_time_form |
includes/forms.inc |
Provide a simple form to change time periods |
|
1 |
quant_time_form_submit |
includes/forms.inc |
Submit handler for quant_time_form() |
|
|
quant_time_form_validate |
includes/forms.inc |
Validate handler for quant_time_form() |
|
|
quant_uninstall |
./quant.install |
Implementation of hook_uninstall() |
|
|
quant_x_label |
includes/chart.inc |
Add an x-axis label to the chart |
3 |
|
quant_y_range |
includes/chart.inc |
Add an y-axis range to the chart |
3 |
|
theme_quant_page |
includes/theme.inc |
Theme wrapper for the quant analytics page |
|
|
theme_quant_time_form |
includes/theme.inc |
Theme wrapper for quant_time_form() |
|
|
_quant_build_data_count |
includes/data.inc |
Generate chart data for an aggregate (count) data point
across a time period |
|
|
_quant_build_data_multiple |
includes/data.inc |
Generate chart data for a multiple data point over
a time period |
|
|
_quant_build_data_single |
includes/data.inc |
Generate chart data for a singular data point across
a time period |
|
|
_quant_build_date_array |
includes/data.inc |
Build the date array for charts to fill plotted data on |
2 |
|
_quant_generate_chart_count |
includes/chart.inc |
Take formatted data for a count chart and convert to
a format that the charts can understand |
|
|
_quant_generate_chart_multiple |
includes/chart.inc |
Take formatted data for a multi-point chart and convert to
a format that the charts can understand |
|
|
_quant_generate_chart_single |
includes/chart.inc |
Take formatted data for a single-point chart and convert to
a format that the charts can understand |
|
|
_quant_generate_table_count |
includes/chart.inc |
Take formatted data for a count chart and convert to
a tabular format |
|
|
_quant_generate_table_multiple |
includes/chart.inc |
Take formatted data for a multi-point chart and convert to
a tabular format |
|
|
_quant_generate_table_single |
includes/chart.inc |
Take formatted data for a single-point chart and convert to
a tabular format |
|
|
_quant_get_time_from_url |
./quant.module |
Retrieve the time period or interval from the URL |
1 |
|
_quant_init_bar_chart |
includes/chart.inc |
|
|
|
_quant_init_line_chart |
includes/chart.inc |
|
|
|
_quant_init_pie_chart |
includes/chart.inc |
|
|
|
_quant_load_palette |
includes/chart.inc |
|
2 |
|
_quant_quants |
includes/quants.inc |
Implementation of hook_quants() |
1 |
|