You are here

Rss.php in Social Media Links Block and Field 8.2

File

src/Plugin/SocialMediaLinks/Platform/Rss.php
View source
<?php

namespace Drupal\social_media_links\Plugin\SocialMediaLinks\Platform;


/**
 * Provides 'rss' platform.
 *
 * @Platform(
 *   id = "rss",
 *   name = @Translation("RSS"),
 * )
 */
class Rss extends Contact {

}

Classes

Namesort descending Description
Rss Provides 'rss' platform.