Example: Contextual Links
Example of implementing contextual links.
Parent topics
File
-
contextual_links_example/
contextual_links_example.module, line 10
Functions
Title Sort descending | File name | Summary |
---|---|---|
contextual_links_example_block_info | contextual_links_example/ |
Implements hook_block_info(). |
contextual_links_example_block_view | contextual_links_example/ |
Implements hook_block_view(). |
contextual_links_example_menu | contextual_links_example/ |
Implements hook_menu(). |
contextual_links_example_node_action_form | contextual_links_example/ |
Form callback; display the form for performing an example action on a node. |
contextual_links_example_node_action_form_submit | contextual_links_example/ |
Submit handler for contextual_links_example_node_action_form(). |
contextual_links_example_object_edit_form | contextual_links_example/ |
Form callback; display the form for editing our module's content. |
contextual_links_example_object_edit_form_submit | contextual_links_example/ |
Submit handler for contextual_links_example_object_edit_form(). |
contextual_links_example_object_load | contextual_links_example/ |
Menu loader callback for the object defined by this module. |
contextual_links_example_object_page | contextual_links_example/ |
Menu callback; displays an object defined by this module on its own page. |
contextual_links_example_theme | contextual_links_example/ |
Implements hook_theme(). |
contextual_links_overview_page | contextual_links_example/ |
Menu callback; displays a listing of objects defined by this module. |
template_preprocess_contextual_links_example_object | contextual_links_example/ |
Process variables for contextual-links-example-object.tpl.php. |
Classes
Title Sort descending | File name | Summary |
---|---|---|
ContextualLinksExampleTestCase | contextual_links_example/ |
Functional tests for the contextual_links_example module. |