Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Rss.php

function Rss::getChannelElements

Return an array of additional XHTML elements to add to the channel.

Return value

array A render array.

1 call to Rss::getChannelElements()
Rss::render in core/modules/views/src/Plugin/views/style/Rss.php
Render the display in this style.

File

core/modules/views/src/Plugin/views/style/Rss.php, line 92

Class

Rss
Default style plugin to render an RSS feed.

Namespace

Drupal\views\Plugin\views\style

Code

protected function getChannelElements() {
    return [];
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal