social_media_links-8.x-2.x-dev/src/Plugin/SocialMediaLinks/Platform/Mastodon.php
src/Plugin/SocialMediaLinks/Platform/Mastodon.php
<?php
namespace Drupal\social_media_links\Plugin\SocialMediaLinks\Platform;
use Drupal\social_media_links\PlatformBase;
/**
* Provides 'Mastodon' platform.
*
* @Platform(
* id = "mastodon",
* name = @Translation("Mastodon"),
* urlPrefix = "https://",
* )
*/
class Mastodon extends PlatformBase {}
