views_view_field.module in Views PDF 7
The views field is used to add a field, which can include another view into the current view.
File
modules/views_view_field/views_view_field.moduleView source
<?php
/**
 * @file
 * The views field is used to add a field, which can include another view into
 * the current view.
 */
/**
 * Implementation of hook_views_api().
 */
function views_view_field_views_api() {
  return array(
    'api' => 3,
  );
}Functions
| Name   | Description | 
|---|---|
| views_view_field_views_api | Implementation of hook_views_api(). | 
