Facebook.php in Social Media Links Block and Field 8.2
File
src/Plugin/SocialMediaLinks/Platform/Facebook.phpView source
<?php
namespace Drupal\social_media_links\Plugin\SocialMediaLinks\Platform;
use Drupal\social_media_links\PlatformBase;
/**
* Provides 'facebook' platform.
*
* @Platform(
* id = "facebook",
* name = @Translation("Facebook"),
* urlPrefix = "https://www.facebook.com/",
* )
*/
class Facebook extends PlatformBase {
}