function NodeRow::defineOptions
Same name in other branches
- 9 core/modules/node/src/Plugin/views/row/NodeRow.php \Drupal\node\Plugin\views\row\NodeRow::defineOptions()
- 10 core/modules/node/src/Plugin/views/row/NodeRow.php \Drupal\node\Plugin\views\row\NodeRow::defineOptions()
- 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\rowCode
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.