You are here

function piwik_stats_field_is_empty in Piwik Statistic Integration 7.2

Implements hook_field_is_empty().

File

./piwik_stats.module, line 328
Integrates piwik statistics as entity fields.

Code

function piwik_stats_field_is_empty($item, $field) {
  return empty($item);
}