protected function Feed::getStyleType in Views (for Drupal 7) 8.3
Displays can require a certain type of style plugin. By default, they will be 'normal'.
Overrides DisplayPluginBase::getStyleType
1 call to Feed::getStyleType()
- Feed::init in lib/
Drupal/ views/ Plugin/ views/ display/ Feed.php
File
- lib/
Drupal/ views/ Plugin/ views/ display/ Feed.php, line 61 - Definition of Drupal\views\Plugin\views\display\Feed.
Class
- Feed
- The plugin that handles a feed, such as RSS or atom.
Namespace
Drupal\views\Plugin\views\displayCode
protected function getStyleType() {
return 'feed';
}