You are here

Drupal.php in Social Media Links Block and Field 8.2

File

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

namespace Drupal\social_media_links\Plugin\SocialMediaLinks\Platform;

use Drupal\social_media_links\PlatformBase;

/**
 * Provides 'drupal' platform.
 *
 * @Platform(
 *   id = "drupal",
 *   name = @Translation("Drupal"),
 *   urlPrefix = "https://www.drupal.org/u/",
 * )
 */
class Drupal extends PlatformBase {

}

Classes

Namesort descending Description
Drupal Provides 'drupal' platform.