function NodeCounterTimestamp::access
Same name in other branches
- 9 core/modules/statistics/src/Plugin/views/field/NodeCounterTimestamp.php \Drupal\statistics\Plugin\views\field\NodeCounterTimestamp::access()
- 10 core/modules/statistics/src/Plugin/views/field/NodeCounterTimestamp.php \Drupal\statistics\Plugin\views\field\NodeCounterTimestamp::access()
- 11.x core/modules/statistics/src/Plugin/views/field/NodeCounterTimestamp.php \Drupal\statistics\Plugin\views\field\NodeCounterTimestamp::access()
Overrides HandlerBase::access
File
-
core/
modules/ statistics/ src/ Plugin/ views/ field/ NodeCounterTimestamp.php, line 20
Class
- NodeCounterTimestamp
- Field handler to display the most recent time the node has been viewed.
Namespace
Drupal\statistics\Plugin\views\fieldCode
public function access(AccountInterface $account) {
return $account->hasPermission('view post access counter');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.