You are here

YoutubeChannel.php in Social Media Links Block and Field 8.2

File

src/Plugin/SocialMediaLinks/Platform/YoutubeChannel.php
View source
<?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 {

}

Classes

Namesort descending Description
YoutubeChannel Provides 'youtube_channel' platform.