social_media_links-8.x-2.x-dev/src/Plugin/SocialMediaLinks/Platform/YoutubeChannel.php
src/Plugin/SocialMediaLinks/Platform/YoutubeChannel.php
<?php
namespace Drupal\social_media_links\Plugin\SocialMediaLinks\Platform;
/**
* Provides 'youtube_channel' platform.
*
* @Platform(
* id = "youtube_channel",
* iconName = "youtube",
* name = @Translation("Youtube Channel"),
* urlPrefix = "https://www.youtube.com/channel/",
* )
*/
class YoutubeChannel extends Youtube {}
