You are here

function views_handler_field_book_parent_title_nl in Views (for Drupal 7) 5

File

modules/views_book.inc, line 124

Code

function views_handler_field_book_parent_title_nl($fieldinfo, $fielddata, $value, $data) {
  return check_plain($value);
}