You are here

class Youtube in Social Link Field 8

Provides 'youtube' platform.

Plugin annotation


@SocialLinkFieldPlatform(
  id = "youtube",
  name = @Translation("Youtube Channel"),
  icon = "fa-youtube",
  iconSquare = "fa-youtube-square",
  urlPrefix = "http://www.youtube.com/channel/",
)

Hierarchy

  • class \Drupal\social_link_field\PlatformBase
    • class \Drupal\social_link_field\Plugin\SocialLinkField\Platform\Youtube

Expanded class hierarchy of Youtube

File

src/Plugin/SocialLinkField/Platform/Youtube.php, line 18

Namespace

Drupal\social_link_field\Plugin\SocialLinkField\Platform
View source
class Youtube extends PlatformBase {

}

Members