function HistoryUserTimestamp::adminSummary
Same name in other branches
- 9 core/modules/history/src/Plugin/views/filter/HistoryUserTimestamp.php \Drupal\history\Plugin\views\filter\HistoryUserTimestamp::adminSummary()
- 8.9.x core/modules/history/src/Plugin/views/filter/HistoryUserTimestamp.php \Drupal\history\Plugin\views\filter\HistoryUserTimestamp::adminSummary()
- 10 core/modules/history/src/Plugin/views/filter/HistoryUserTimestamp.php \Drupal\history\Plugin\views\filter\HistoryUserTimestamp::adminSummary()
Overrides FilterPluginBase::adminSummary
File
-
core/
modules/ history/ src/ Plugin/ views/ filter/ HistoryUserTimestamp.php, line 137
Class
- HistoryUserTimestamp
- Filter for new content.
Namespace
Drupal\history\Plugin\views\filterCode
public function adminSummary() {
if (!empty($this->options['exposed'])) {
return $this->t('exposed');
}
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.