Farm UI's hooks in farmOS 7
Hooks that can be implemented by other modules in order to extend farm_ui.
File
- modules/
farm/ farm_ui/ farm_ui.api.php, line 18 - Hooks provided by farm_ui.
Functions
Name | Location | Description |
---|---|---|
hook_farm_area_link_alter |
modules/ |
Alter area link in area details created by Farm UI. |
hook_farm_ui_actions |
modules/ |
Provide action links on specific paths, asset types, and views. |
hook_farm_ui_entities |
modules/ |
Define farmOS-specific information about entities that the module provides. This is used to generate UI elements in farmOS. |
hook_farm_ui_entity_views |
modules/ |
Attach Views to an entity page. |
hook_farm_ui_entity_view_groups |
modules/ |
Provide a group that entity Views can be sorted into. |