You are here

VKontakte.php in Social Media Links Block and Field 8.2

File

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

namespace Drupal\social_media_links\Plugin\SocialMediaLinks\Platform;

use Drupal\social_media_links\PlatformBase;

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

}

Classes

Namesort descending Description
VKontakte Provides 'VKontakte' platform.