You are here

GitLab.php in Social Media Links Block and Field 8.2

File

src/Plugin/SocialMediaLinks/Platform/GitLab.php
View source
<?php

namespace Drupal\social_media_links\Plugin\SocialMediaLinks\Platform;

use Drupal\social_media_links\PlatformBase;

/**
 * Provides 'gitlab' platform.
 *
 * @Platform(
 *   id = "gitlab",
 *   name = @Translation("GitLab"),
 *   urlPrefix = "https://gitlab.com/",
 * )
 */
class GitLab extends PlatformBase {

}

Classes

Namesort descending Description
GitLab Provides 'gitlab' platform.