function HistoryUserTimestamp::defineOptions

Same name and namespace in other branches
  1. 8.9.x core/modules/history/src/Plugin/views/field/HistoryUserTimestamp.php \Drupal\history\Plugin\views\field\HistoryUserTimestamp::defineOptions()
  2. 10 core/modules/history/src/Plugin/views/field/HistoryUserTimestamp.php \Drupal\history\Plugin\views\field\HistoryUserTimestamp::defineOptions()
  3. 11.x core/modules/history/src/Plugin/views/field/HistoryUserTimestamp.php \Drupal\history\Plugin\views\field\HistoryUserTimestamp::defineOptions()

Overrides Node::defineOptions

File

core/modules/history/src/Plugin/views/field/HistoryUserTimestamp.php, line 48

Class

HistoryUserTimestamp
Field handler to display the marker for new content.

Namespace

Drupal\history\Plugin\views\field

Code

protected function defineOptions() {
    $options = parent::defineOptions();
    $options['comments'] = [
        'default' => FALSE,
    ];
    return $options;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.