You are here

Functions in Colorbox Node 7.3

Primary tabs

Namesort descending Location Description Direct uses Strings
colorbox_node_ajax_submit ./colorbox_node.module Handles all the ajax forms and runs them through this central function to either return the form with error messages, or to close the colorbox and populate our messages div container. 1
colorbox_node_check_access ./colorbox_node.module Checks the access of the path for the current user based on the menu system access 1
colorbox_node_context_plugins ./colorbox_node.module Implements hook_context_plugins().
colorbox_node_context_registry ./colorbox_node.module Implements hook_context_registry().
colorbox_node_ctools_access_check ctools/plugins/access/is_colorbox_node.inc Check for access. 1
colorbox_node_ctools_access_settings ctools/plugins/access/is_colorbox_node.inc Settings form for the 'by parent term' access plugin 1
colorbox_node_ctools_access_summary ctools/plugins/access/is_colorbox_node.inc Provide a summary description based upon the checked terms. 1
colorbox_node_ctools_plugin_api ./colorbox_node.module Implement hook_ctools_plugin_api().
colorbox_node_ctools_plugin_directory ./colorbox_node.module Implement hook_ctools_plugin_directory().
colorbox_node_entity_info_alter ./colorbox_node.module Implements hook_entity_info_alter().
colorbox_node_field_attach_view_alter ./colorbox_node.module Implements hook_field_attach_view_alter().
colorbox_node_field_formatter_info_alter ./colorbox_node.module Implements hook_field_formatter_info_alter().
colorbox_node_field_formatter_settings_form_alter ./colorbox_node.module Implements hook_field_formatter_settings_form_alter().
colorbox_node_field_formatter_settings_summary_alter ./colorbox_node.module Implements hook_field_formatter_settings_summary_alter().
colorbox_node_form_ajax_support ./colorbox_node.module _state _id 5
colorbox_node_form_alter ./colorbox_node.module Implements hook_form_alter().
colorbox_node_form_node_form_alter ./colorbox_node.module Adds AJAX support to the node edit form inside a colorbox modal.
colorbox_node_form_user_login_alter ./colorbox_node.module Adds AJAX support to the login form inside a colorbox modal.
colorbox_node_form_user_pass_alter ./colorbox_node.module Adds AJAX support to the user pass reset form inside a colorbox modal.
colorbox_node_form_user_profile_form_alter ./colorbox_node.module Adds AJAX support to the user edit form inside a colorbox modal.
colorbox_node_form_user_register_form_alter ./colorbox_node.module Adds AJAX support to the registration form inside a colorbox modal.
colorbox_node_install ./colorbox_node.install Implements hook_install().
colorbox_node_is_active ./colorbox_node.module Determines if the current page request is inside a modal window. 2 1
colorbox_node_menu ./colorbox_node.module Implements hook_menu().
colorbox_node_menu_attribute_info ./colorbox_node.module Implements hook_menu_attribute_info().
colorbox_node_output ./colorbox_node.module Displays a node view without the page template. Takes the path as our argument and from that we will determine the internal path and node id. 1 1
colorbox_node_preprocess_html ./colorbox_node.module Implments hook_preprocess_html().
colorbox_node_url_load ./colorbox_node.module Takes a path as an array of all our arguments from the url structure. We then put that structure back together, find our system path and then return it.
colorbox_node_views_api ./colorbox_node.module Implements hook_views_api().
colorbox_node_views_data_alter views/colorbox_node.views.inc Implements hook_views_data().

Other projects