You are here

message_notify_test.module in Message Notify 8

Test module for Message notify.

File

tests/modules/message_notify_test/message_notify_test.module
View source
<?php

/**
 * @file
 * Test module for Message notify.
 */

/**
 * Implements hook_ctools_plugin_directory().
 */
function message_notify_test_ctools_plugin_directory($module, $plugin) {
  if ($module == 'message_notify') {
    return 'plugins/' . $plugin;
  }
}

Functions

Namesort descending Description
message_notify_test_ctools_plugin_directory Implements hook_ctools_plugin_directory().