You are here

function recommender_enable in Recommender API 6.3

Same name and namespace in other branches
  1. 7.3 recommender.install \recommender_enable()
  2. 7.4 recommender.install \recommender_enable()
  3. 7.5 recommender.install \recommender_enable()

Implements hook_enable().

File

./recommender.install, line 260
Installation file for the Recommender API module. Note: Not compatible with the 2.x releases. All old data will be removed after upgrading to 3.x release.

Code

function recommender_enable() {
  async_command_create_command('recommender', 'pingMe()', array(
    'uid' => 1,
  ));
}