You are here

entityreference_autocreate_test.module in Entityreference Autocreate 7

All the good stuff is in *.install

File

entityreference_autocreate_test/entityreference_autocreate_test.module
View source
<?php

/**
 * @file
 * All the good stuff is in *.install
 */

/**
 * Implements hook_views_api().
 */
function entityreference_autocreate_test_views_api() {
  watchdog(__FUNCTION__, __FUNCTION__ . ' was called', array(), WATCHDOG_DEBUG);
  return array(
    'api' => 3,
  );
}

Functions