public function HistoryUserTimestamp::adminSummary

Display the filter on the administrative summary

Overrides FilterPluginBase::adminSummary

File

drupal/core/modules/node/lib/Drupal/node/Plugin/views/filter/HistoryUserTimestamp.php, line 93
Definition of Drupal\node\Plugin\views\filter\HistoryUserTimestamp.

Class

HistoryUserTimestamp
Filter for new content.

Namespace

Drupal\node\Plugin\views\filter

Code

public function adminSummary() {
  if (!empty($this->options['exposed'])) {
    return t('exposed');
  }
}