Support For Twitch

Created on 28 March 2025, 9 days ago

I ran into a request for Twitch to be supported. (Still can't get past this "limit" on forking projects to add things.)

<?php

namespace Drupal\social_link_field\Plugin\SocialLinkField\Platform;

use Drupal\social_link_field\PlatformBase;

/**
 * Provides 'twitch' platform.
 *
 * @SocialLinkFieldPlatform(
 *   id = "twitch",
 *   name = @Translation("Twitch"),
 *   icon = "fa-twitch",
 *   urlPrefix = "https://www.twitch.tv/",
 * )
 */
class Twitch extends PlatformBase {}
Feature request
Status

Active

Version

2.1

Component

Code

Created by

🇨🇦Canada Shane Birley

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024