social_media_links-8.x-2.x-dev/src/Plugin/SocialMediaLinks/Platform/Twitter.php
src/Plugin/SocialMediaLinks/Platform/Twitter.php
<?php
namespace Drupal\social_media_links\Plugin\SocialMediaLinks\Platform;
use Drupal\social_media_links\PlatformBase;
/**
* Provides 'twitter' platform.
*
* @Platform(
* id = "twitter",
* name = @Translation("X"),
* iconName = "x-twitter",
* description = @Translation("Previously known as Twitter."),
* urlPrefix = "https://x.com/",
* )
*/
class Twitter extends PlatformBase {}
