You are here

Functions in NodeSymlinks 6

Primary tabs

Namesort descending Location Description Direct uses Strings
nodesymlinks_admin ./nodesymlinks.admin.inc Admin Settings Page callback. Just renders a listing of currently active node alternate locations. 1
nodesymlinks_ahah_handler ./nodesymlinks.inc Menu callback for AHAH additions. Most of the code taken from core poll module. 1
nodesymlinks_create_item_path ./nodesymlinks.inc Create and returns item path. 3
nodesymlinks_disable ./nodesymlinks.install Implementation of hook_disable().
nodesymlinks_enable ./nodesymlinks.install Implementation of hook_enable().
nodesymlinks_form_alter ./nodesymlinks.module Implementation of hook_form_alter(). Adds nodesymlinks item fields to the node form.
nodesymlinks_get_breadcrumbs ./nodesymlinks.module Generate breadcrumbs for current active menu trail. Return array of breadcrumb links. Partly taken from function menutrails_get_breadcrumbs(). 1
nodesymlinks_get_items_by_nid ./nodesymlinks.inc Load all duplicate menulinks from database for given node nid. Returns array of mlid and link_path. 1
nodesymlinks_install ./nodesymlinks.install Implementation of hook_install().
nodesymlinks_item_alias_save ./nodesymlinks.inc Create alias for duplicate menulink if original node. 1
nodesymlinks_item_delete ./nodesymlinks.inc Delete menulink and alias of given item. It is not needed to have item fully loaded. Required kes are 'link_path' and 'mlid'. 1
nodesymlinks_item_process ./nodesymlinks.inc Load item defaults and process item before is saved 1
nodesymlinks_item_save ./nodesymlinks.inc Save item to database, create alias for duplicate menulink if original node has one. Returns TRUE if saving was successfull, else returns FALSE. 1
nodesymlinks_menu ./nodesymlinks.module Implementation of hook_menu().
nodesymlinks_menu_item_defaults ./nodesymlinks.inc Returns array of menu item defaults. 2
nodesymlinks_menu_title ./nodesymlinks.module Title callback for the menu overview page and links. 1
nodesymlinks_nodeapi ./nodesymlinks.module Implementation of hook_nodeapi().
nodesymlinks_node_form_submit_add ./nodesymlinks.inc Add new symlinks item, submit handler for symlinks at node form. 1
nodesymlinks_node_form_submit_delete ./nodesymlinks.inc Delete selected symlinks items, submit handler for symlinks at node form. 1
nodesymlinks_page ./nodesymlinks.module Menu callback which loads and displays the content from the node wrapped within the different menu and breadcrumbs. It also sets the robots META tag to prevent duplicate search engine indexing. 1
nodesymlinks_pathauto ./nodesymlinks.module Implementation of hook_pathauto().
nodesymlinks_pathauto_bulkupdate Deprecated ./nodesymlinks.module Implementation of hook_pathauto_bulkupdate().
nodesymlinks_pathauto_create_alias ./nodesymlinks.pathauto.inc Function for creating aliases using Pathauto API. 3
nodesymlinks_pathauto_version ./nodesymlinks.pathauto.inc Helper function which detects Pathauto version. Uses static caching. 3
nodesymlinks_perm ./nodesymlinks.module Implementation of hook_perm().
nodesymlinks_reconstruct_tokens ./nodesymlinks.pathauto.inc Generates tokens in right order - needed when merging tokens from different sources. 1
nodesymlinks_schema ./nodesymlinks.install Implementation of hook_schema
nodesymlinks_settings ./nodesymlinks.admin.inc Admin settings form 1
nodesymlinks_theme ./nodesymlinks.module Implementation of hook_theme()
nodesymlinks_token_list ./nodesymlinks.module Implementation of hook_token_list().
nodesymlinks_token_values ./nodesymlinks.module Implementation of hook_token_values().
nodesymlinks_uninstall ./nodesymlinks.install Implementation of hook_uninstall().
theme_nodesymlinks_edit_links ./nodesymlinks.module Theme view/edit links for original node.
theme_nodesymlinks_form_items ./nodesymlinks.inc Theme nodesymlinks form items.
_nodesymlinks_form_alter ./nodesymlinks.inc Implementation of hook_form_alter(). 1
_nodesymlinks_form_field ./nodesymlinks.inc Helper function to generate custom nodesymlinks form item. 1
_nodesymlinks_include ./nodesymlinks.module 6
_nodesymlinks_key2token ./nodesymlinks.pathauto.inc Converts given string to token string "[string]". 1
_nodesymlinks_menu_get_active_trail ./nodesymlinks.module Gets the active trail (path to root menu root) of the current page. 1
_nodesymlinks_nodeapi_delete ./nodesymlinks.inc Implementation of hook_nodeapi(); operation: delete. 1
_nodesymlinks_nodeapi_insert_update ./nodesymlinks.inc Implementation of hook_nodeapi() OP: Insert & Update. 1
_nodesymlinks_nodeapi_prepare_presave ./nodesymlinks.inc Implementation of hook_nodeapi(); operation: prepare & presave. 1
_nodesymlinks_nodeapi_validate ./nodesymlinks.inc Implementation of hook_nodeapi() OP: Insert & Update. 1
_nodesymlinks_pathauto_bulkupdate ./nodesymlinks.pathauto.inc Generate aliases for all nodesymlinks without aliases. 1 1
_nodesymlinks_pathauto_pattern_load_by_entity ./nodesymlinks.pathauto.inc Load an URL alias pattern by entity, bundle, and language. 1
_nodesymlinks_restore_menu_link ./nodesymlinks.install Private function for re-populating menu_links with our stored entries. 1

Other projects