You are here

Functions in Lexicon 7

Primary tabs

Namesort descending Location Description Direct uses Strings
lexicon_additional_fields_settings_form includes/lexicon.admin.inc Lexicon additional fields settings form. 1
lexicon_additional_fields_settings_form_submit includes/lexicon.admin.inc Lexicon additional fields settings form submission function.
lexicon_alphabet_form includes/lexicon.admin.inc Lexicon alphabar settings form. 1
lexicon_alphabet_form_submit includes/lexicon.admin.inc Lexicon alphabar settings form submission function.
lexicon_block_configure ./lexicon.module Implements hook_block_configure().
lexicon_block_info ./lexicon.module Implements hook_block_info().
lexicon_block_save ./lexicon.module Implements hook_block_save().
lexicon_block_view ./lexicon.module Implements hook_block_view().
lexicon_filter_info ./lexicon.module Implements hook_filter_info().
lexicon_form_user_profile_form_alter ./lexicon.module Implements hook_form_user_profile_form_alter().
lexicon_general_settings_form includes/lexicon.admin.inc Lexicon general settings form. 2
lexicon_general_settings_form_submit includes/lexicon.admin.inc Lexicon general settings form submission function.
lexicon_help ./lexicon.module Implements hook_help().
lexicon_init ./lexicon.module Implements hook_init().
lexicon_menu ./lexicon.module Implements hook_menu().
lexicon_pages_settings_form includes/lexicon.admin.inc Lexicon pages settings form. 1
lexicon_pages_settings_form_submit includes/lexicon.admin.inc Lexicon pages settings form submission function.
lexicon_permission ./lexicon.module Implements hook_permission().
lexicon_requirements ./lexicon.install Implements hook_requirements().
lexicon_settings_page includes/lexicon.admin.inc Introductory stuff for the settings page. 1
lexicon_taxonomy_term_delete ./lexicon.module Implements hook_taxonomy_term_delete().
lexicon_taxonomy_term_insert ./lexicon.module Implements hook_taxonomy_term_insert().
lexicon_taxonomy_term_update ./lexicon.module Implements hook_taxonomy_term_update().
lexicon_theme ./lexicon.module Implements hook_theme().
lexicon_uninstall ./lexicon.install Implements hook_uninstall(). There are no tables, so we delete all variables and clear the filter cache. It is left to the user to remove any vocabularies that are no longer needed.
lexicon_user_presave ./lexicon.module Implements hook_user_presave().
_filter_lexicon_process ./lexicon.module Lexicon filter process callback function. Marks terms in the content of the website. 1
_filter_lexicon_tips ./lexicon.module Filter tips callback function 1
_lexicon_admin_links includes/lexicon.pages.inc Lexicon admin links function. Returns an array of admin links if the user has the appropriate permissions. 1
_lexicon_alphabar includes/lexicon.pages.inc Function that builds up the alphabar that is displayed at the top of the Lexicon overview page. 1
_lexicon_alphabar_instruction_default ./lexicon.module Function that returns the default alphabar instruction based on the page per letter setting. 2
_lexicon_clear_filter_cache ./lexicon.module Function to clear the filter cache. 5
_lexicon_clear_menu_cache ./lexicon.module Function to clear the menu cache. 1
_lexicon_create_valid_id ./lexicon.module Function that resturns a valid id to be used as anchor-id based on the name that is supplied to the function. 3
_lexicon_get_related_terms ./lexicon.module Find all term objects related to a given term ID. 1
_lexicon_get_synonyms ./lexicon.module Get all synonyms for all lexicon terms in a specific vocabulary.
_lexicon_get_terms ./lexicon.module Function that returns all Lexicon terms and synonyms from the Lexicon vocabularies indicated by $vids as used by the input filter. 1
_lexicon_insertlink ./lexicon.module Insert lexicon links to $text after every matching $terms[i]['synonyms'] that is not inside a blocking tag. $terms[i]['ins_before'] is prepended to the matches, $terms[i]['ins_after'] is appended to them. Match type and… 1
_lexicon_is_boundary ./lexicon.module Helper function. 1
_lexicon_overview includes/lexicon.pages.inc Lexicon overview function that creates all the data end renders the output through the various theme templates. 1
_lexicon_page includes/lexicon.pages.inc Lexicon page callback function. 1
_lexicon_term_add_info ./lexicon.module Lexicon function to add extra information to a term object. 3
_lexicon_tree_sort includes/lexicon.pages.inc Sort callback function to sort vocabulary trees alphabetically on term name. 1

Other projects