Twitter.php in Social Link Field 8
File
src/Plugin/SocialLinkField/Platform/Twitter.phpView source
<?php
namespace Drupal\social_link_field\Plugin\SocialLinkField\Platform;
use Drupal\social_link_field\PlatformBase;
/**
* Provides 'twitter' platform.
*
* @SocialLinkFieldPlatform(
* id = "twitter",
* name = @Translation("Twitter"),
* icon = "fa-twitter",
* iconSquare = "fa-twitter-square",
* urlPrefix = "https://www.twitter.com/",
* )
*/
class Twitter extends PlatformBase {
}