You are here

Functions in Matrix field 6

Primary tabs

Namesort descending Location Description Direct uses Strings
matrix_content_is_empty ./matrix.module Implementation of hook_content_is_empty(). Since this module does not allow multiple values, this function serves no purpose.
matrix_disable ./matrix.install Implementation of hook_disable().
matrix_elements ./matrix.module Implementation of hook_elements().
matrix_enable ./matrix.install Implementation of hook_enable().
matrix_field ./matrix.module Implementation of hook_field().
matrix_field_formatter_info ./matrix.module Implementation of hook_field_formatter_info().
matrix_field_info ./matrix.module Implementation of hook_field_info().
matrix_field_settings ./matrix.module Implementation of hook_field_settings().
matrix_form_alter ./matrix.module Implmentation of hook_form_alter()
matrix_install ./matrix.install Implementation of hook_install().
matrix_process ./matrix.module Process the matrix type element before displaying the field. 1
matrix_schema ./matrix.install Implementation of hook_schema().
matrix_theme ./matrix.module Implementation of hook_theme().
matrix_uninstall ./matrix.install Implementation of hook_uninstall().
matrix_update613 ./matrix.install
matrix_widget ./matrix.module Implementation of hook_widget().
matrix_widget_info ./matrix.module Implementation of hook_widget_info().
theme_matrix_formatter_default ./matrix.module Theme function for 'default' text field formatter. This gets called for each row, but we only want to render all the data at once so we use a staticly cached variable to ignore subsquent calls.
theme_matrix_table_form ./matrix.module Theme the matrix elements into a table

Other projects