You are here

function video_rules_file_info in Video 7.2

Implements hook_rules_file_info() on behalf of the video module.

File

./video.rules.inc, line 13
rules integration for the video module

Code

function video_rules_file_info() {
  return array(
    'video.rules.inc',
  );
}