Hooks implementations for the Contextual Links Example module.

File

modules/examples/contextual_links_example/contextual_links_example.module

Functions

Namesort ascending Description
template_preprocess_contextual_links_example_object Process variables for contextual-links-example-object.tpl.php.
contextual_links_overview_page Menu callback; displays a listing of objects defined by this module.
contextual_links_example_theme Implements hook_theme().
contextual_links_example_object_page Menu callback; displays an object defined by this module on its own page.
contextual_links_example_object_load Menu loader callback for the object defined by this module.
contextual_links_example_object_edit_form_submit Submit handler for contextual_links_example_object_edit_form().
contextual_links_example_object_edit_form Form callback; display the form for editing our module's content.
contextual_links_example_node_action_form_submit Submit handler for contextual_links_example_node_action_form().
contextual_links_example_node_action_form Form callback; display the form for performing an example action on a node.
contextual_links_example_menu Implements hook_menu().
contextual_links_example_block_view Implements hook_block_view().
contextual_links_example_block_info Implements hook_block_info().