Rss.php in Social Media Links Block and Field 8.2
File
src/Plugin/SocialMediaLinks/Platform/Rss.phpView source
<?php
namespace Drupal\social_media_links\Plugin\SocialMediaLinks\Platform;
/**
* Provides 'rss' platform.
*
* @Platform(
* id = "rss",
* name = @Translation("RSS"),
* )
*/
class Rss extends Contact {
}