You are here

Functions in Recommender API 7.3

Primary tabs

Namesort descending Location Description Direct uses Strings
recommender_app_load ./recommender.module Get the application id from the application name. 5
recommender_app_register ./recommender.module Register a recommender application. The most important function you would use. 1
recommender_app_unregister ./recommender.module Remove the application. Usually used in calling module's hook_uninstall() 1
recommender_app_update ./recommender.module 1
recommender_create_command ./recommender.module 3
recommender_cron ./recommender.module
recommender_default_view_template ./recommender.module Provide default views template for helper modules. Helper modules can choose either to use "export views" or use this function to generate default views.
recommender_enable ./recommender.install Implements hook_enable().
recommender_install ./recommender.install Implements hook_install().
recommender_menu ./recommender.module
recommender_permission ./recommender.module
recommender_schema ./recommender.install Implements hook_schema(). 1
recommender_settings_form ./recommender.admin.inc 1
recommender_settings_form_submit ./recommender.admin.inc
recommender_top_prediction ./recommender.module Return a list of items that are top prediction for $id
recommender_top_similarity ./recommender.module Return a list of items that are top similar with $id
recommender_update_7001 ./recommender.install Implements hook_update_N(). Make {recommender_app} 'name' field longer.
recommender_update_7002 ./recommender.install Add cron settings to {recommender_app}
recommender_views_api ./recommender.module Implements hook_views_api().
recommender_views_data ./recommender.views.inc Implements hook_views_data().
rec_example_apps rec_example/rec_example.install Implements hook_install().
rec_example_batch_finish rec_example/rec_example.module 1
rec_example_batch_insert rec_example/rec_example.module 1
rec_example_disable rec_example/rec_example.install
rec_example_install rec_example/rec_example.install
rec_example_load_file_high_performance rec_example/rec_example.module
rec_example_load_file_small_ram rec_example/rec_example.module 1
rec_example_menu rec_example/rec_example.module Implements hook_menu();
rec_example_settings_form rec_example/rec_example.module 1
rec_example_settings_form_submit rec_example/rec_example.module
_recommender_generic_top ./recommender.module 2

Other projects