social_media_links-8.x-2.x-dev/src/Plugin/SocialMediaLinks/Platform/GitLab.php
src/Plugin/SocialMediaLinks/Platform/GitLab.php
<?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 {}
