You are here

function simplenews_handler_send_status in Simplenews 5

Views field handler for newsletter send status

1 string reference to 'simplenews_handler_send_status'
simplenews_views_tables in ./simplenews_views.inc
Implementation of hook_views_tables

File

./simplenews_views.inc, line 54
simplenews_views.inc Views support for simplenews

Code

function simplenews_handler_send_status($fieldinfo, $fielddata, $value, $data) {
  $status = _simplenews_handler_send_status_data();
  return $status[$value];
}