function NodeRow::defineOptions

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

Overrides EntityRow::defineOptions

File

core/modules/node/src/Plugin/views/row/NodeRow.php, line 23

Class

NodeRow
Plugin which performs a node_view on the resulting object.

Namespace

Drupal\node\Plugin\views\row

Code

protected function defineOptions() {
    $options = parent::defineOptions();
    $options['view_mode']['default'] = 'teaser';
    return $options;
}

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