You are here

public function role_expire_handler_field_expiry_timestamp::render_item in Role Expire 7

File

./role_expire.views.inc, line 369
Role Expire Views hooks

Class

role_expire_handler_field_expiry_timestamp
Class role_expire_handler_field_expiry_timestamp.

Code

public function render_item($count, $item) {
  return $item['role'];
}