You are here

Mastodon.php in Social Media Links Block and Field 8.2

File

src/Plugin/SocialMediaLinks/Platform/Mastodon.php
View source
<?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://fintoot.space/",
 * )
 */
class Mastodon extends PlatformBase {

}

Classes

Namesort descending Description
Mastodon Provides 'Mastodon' platform.