You are here

GitHub.php in Social Link Field 8

File

src/Plugin/SocialLinkField/Platform/GitHub.php
View source
<?php

namespace Drupal\social_link_field\Plugin\SocialLinkField\Platform;

use Drupal\social_link_field\PlatformBase;

/**
 * Provides 'github' platform.
 *
 * @SocialLinkFieldPlatform(
 *   id = "github",
 *   name = @Translation("GitHub"),
 *   icon = "fa-github",
 *   iconSquare = "fa-github-square",
 *   urlPrefix = "https://github.com/",
 * )
 */
class GitHub extends PlatformBase {

}

Classes

Namesort descending Description
GitHub Provides 'github' platform.