You are here

Functions in Weight 6

Primary tabs

Namesort descending Location Description Direct uses Strings
template_preprocess_weight_view_weight ./weight.module Prepare the weight form for its template file.
theme_weight_node_admin_nodes ./weight.module Theme node administration overview. Mostly copied from node.admin.inc. 1
theme_weight_ui_style_plugin ./weight.module Theme the form for the table style plugin
weight_disable ./weight.admin.inc Set nodes back to normal sticky values if they are not enabled for weights. 1
weight_forms ./weight.module Implementation of hook_forms().
weight_form_alter ./weight.module Implementation of hook_form_alter().
weight_form_node_admin_content_alter ./weight.module Implementation of hook_form_FORM_ID_alter().
weight_help ./weight.module Implementation of hook_help().
weight_install ./weight.install Implementation of hook_install().
weight_menu ./weight.module Implementation of hook_menu().
weight_nodeapi ./weight.module
weight_old_nodes ./weight.admin.inc Update the sticky value of existing nodes if they are enabled for weights. This ensures that they will sort correctly. 1
weight_perm ./weight.module Implements hook_perm().
weight_settings_form ./weight.admin.inc @file This module uses the sticky column of the node table to add weighting to nodes. 1
weight_settings_form_submit ./weight.admin.inc
weight_theme ./weight.module Implementation of hook_theme().
weight_theme_registry_alter ./weight.module Implementation of hook_theme_registry_alter().
weight_uninstall ./weight.install Implementation of hook_uninstall().
weight_views_api ./weight.module Implementation of hook_views_api().
weight_views_data views/weight.views.inc Implementation of hook_views_data().
weight_views_handlers views/weight.views.inc Implementation of hook_views_handlers().
weight_views_plugins views/weight.views.inc Implementation of hook_views_plugins();
weight_view_weight_form ./weight.module Display a view as a weight changing table. 1
weight_view_weight_form_submit ./weight.module Save the changed weights. 1
_weight_change ./weight.module Ajax callback for weight manager page. 1
_weight_decode ./weight.module Convert our weight back out of sticky. 2
_weight_encode ./weight.module Convert our weight to 'encoded' sticky value for DB. Stickiness is the inverse of weight - stickiness is sorted DESC while weight is sorted ASC so we invert the weight before saving... If the sticky box is checked, subtract weight from… 2

Other projects