You are here

views_handler_field_watchdog.inc in Views Watchdog 6

Views callbacks for the "Views watchdog" module.

File

views/handlers/views_handler_field_watchdog.inc
View source
<?php

/**
 * @file
 *   Views callbacks for the "Views watchdog" module.
 */

/**
 *
 */
class views_handler_field_watchdog extends views_handler_field {

}

Classes