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