You are here

Functions in Weight 7

Primary tabs

Namesort descending Location Description Direct uses Strings
template_preprocess_weight_view_weight_form ./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_view_weight ./weight.views.inc Display a view as a weight changing table.
weight_disable ./weight.admin.inc Set nodes back to normal sticky values if they are not enabled for weights. 1
weight_form_alter ./weight.module Implements hook_form_alter().
weight_help ./weight.module Implements hook_help().
weight_install ./weight.install Implements hook_install().
weight_menu ./weight.module Implements hook_menu().
weight_node_load ./weight.module Implements hook_node_load().
weight_node_presave ./weight.module Implements hook_node_presave().
weight_node_selector ./weight.module Generate JS code for selecting individual node weights on admin page 1
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_permission ./weight.module Implements hook_permission().
weight_schema_alter ./weight.install Implements hook_schema_alter().
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 Implements hook_theme().
weight_theme_registry_alter ./weight.module Implements hook_theme_registry_alter().
weight_uninstall ./weight.install Implements hook_uninstall().
weight_update_7100 ./weight.install Change {taxonomy_index} stick field to type INT from TINYINT.
weight_views_api ./weight.module Implements hook_views_api().
weight_views_data ./weight.views.inc Implements hook_views_data().
weight_views_handlers ./weight.views.inc Implements hook_views_handlers().
weight_views_plugins ./weight.views.inc Implements hook_views_plugins();
weight_view_weight_form ./weight.views.inc Display a view as a weight changing table. 1
weight_view_weight_form_submit ./weight.views.inc Save the changed weights.
_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