public function RoleExpireExpiryData::render_item in Role Expire 8
Same name and namespace in other branches
- 2.x 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\fieldCode
public function render_item($count, $item) {
return $item['expireData'];
}