You are here

public function RoleExpireExpiryData::render_item in Role Expire 2.x

Same name and namespace in other branches
  1. 8 src/Plugin/views/field/RoleExpireExpiryData.php \Drupal\role_expire\Plugin\views\field\RoleExpireExpiryData::render_item()

inheritdoc}

Overrides MultiItemsFieldHandlerInterface::render_item

File

src/Plugin/views/field/RoleExpireExpiryData.php, line 146

Class

RoleExpireExpiryData
Field handler to display the role expire data.

Namespace

Drupal\role_expire\Plugin\views\field

Code

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