You are here

function views_plugin_row_heartbeat_view::uses_fields in Heartbeat 6.3

File

views/plugins/views_plugin_row_heartbeat_view.inc, line 47
Contains the heartbeat row style plugin.

Class

views_plugin_row_heartbeat_view
Plugin which performs a heartbeat_view on the resulting object.

Code

function uses_fields() {
  $has_fields = !empty($this->definition['uses fields']);
  return $has_fields;
}