You are here

Telegram.php in Social Media Links Block and Field 8.2

File

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

namespace Drupal\social_media_links\Plugin\SocialMediaLinks\Platform;

use Drupal\social_media_links\PlatformBase;

/**
 * Provides 'telegram' platform.
 *
 * @Platform(
 *   id = "telegram",
 *   name = @Translation("Telegram"),
 *   urlPrefix = "https://telegram.me/",
 * )
 */
class Telegram extends PlatformBase {

}

Classes

Namesort descending Description
Telegram Provides 'telegram' platform.