You are here

protected property Rss::$entityTypeId in Support Ticketing System 8

The ID of the entity type for which this is an RSS row plugin.

Type: string

Overrides RssPluginBase::$entityTypeId

File

modules/support_ticket/src/Plugin/views/row/Rss.php, line 43
Contains \Drupal\support_ticket\Plugin\views\row\Rss.

Class

Rss
Plugin which performs a support_ticket_view on the resulting object and formats it as an RSS item.

Namespace

Drupal\support_ticket\Plugin\views\row

Code

protected $entityTypeId = 'support_ticket';