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