You are here

BitBucket.php in Social Link Field 8

File

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

namespace Drupal\social_link_field\Plugin\SocialLinkField\Platform;

use Drupal\social_link_field\PlatformBase;

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

}

Classes

Namesort descending Description
BitBucket Provides 'BitBucket' platform.