Library Module
Integrates the Chado Library module with Drupal Nodes & Views
File
- legacy/
tripal_library/ tripal_library.module, line 7 - Integrates the Chado Library module with Drupal Nodes & Views
Functions
Name | Location | Description |
---|---|---|
chado_library_delete |
legacy/ |
Implements hook_delete(). |
chado_library_form |
legacy/ |
Implements hook_form(). |
chado_library_insert |
legacy/ |
Implements hook_insert(). |
chado_library_load |
legacy/ |
Implements hook_load(). |
chado_library_update |
legacy/ |
Implements hook_update(). |
chado_library_validate |
legacy/ |
Implements hook_validate(). |
tripal_library_add_cvs |
legacy/ |
Adds new CV's used by this module |
tripal_library_add_cvterms |
legacy/ |
Adds cvterms needed for the library module |
tripal_library_admin |
legacy/ |
Administrative settings form |
tripal_library_admin_defaultviews_library |
legacy/ |
Default administration library view |
tripal_library_admin_libraries_listing |
legacy/ |
Admin launchpad |
tripal_library_defaultvalue_user_library |
legacy/ |
Defines the library user search default view. |
tripal_library_disable |
legacy/ |
Implements hook_disable(). Disable default views when module is disabled |
tripal_library_form_alter |
legacy/ |
Implementation of hook_form_alter(). |
tripal_library_help |
legacy/ |
Implements hook_help(). Adds a help page to the module list |
tripal_library_install |
legacy/ |
Implementation of hook_install(). |
tripal_library_menu |
legacy/ |
Implements hook_menu(). |
tripal_library_node_access |
legacy/ |
Implement hook_node_access(). |
tripal_library_node_info |
legacy/ |
Implements hook_node_info(). |
tripal_library_node_insert |
legacy/ |
Implements hook_node_insert(). Acts on all content types. |
tripal_library_node_presave |
legacy/ |
Implements hook_node_presave(). Acts on all node content types. |
tripal_library_node_update |
legacy/ |
Implements hook_node_update(). Acts on all content types. |
tripal_library_node_view |
legacy/ |
Implements hook_node_view(). Acts on all content types |
tripal_library_permission |
legacy/ |
Implements hook_permission(). |
tripal_library_requirements |
legacy/ |
Implementation of hook_requirements(). |
tripal_library_schema |
legacy/ |
Implementation of hook_schema(). |
tripal_library_theme |
legacy/ |
Implements hook_theme(). |
tripal_library_uninstall |
legacy/ |
Implementation of hook_uninstall(). |
tripal_library_views_api |
legacy/ |
Implements hook_views_api(). |
tripal_library_views_default_views |
legacy/ |
Implements hook_views_default_views(). |