You are here

Slideshare.php in Social Media Links Block and Field 8.2

File

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

namespace Drupal\social_media_links\Plugin\SocialMediaLinks\Platform;

use Drupal\social_media_links\PlatformBase;

/**
 * Provides 'slideshare' platform.
 *
 * @Platform(
 *   id = "slideshare",
 *   name = @Translation("SlideShare"),
 *   urlPrefix = "https://www.slideshare.net/",
 * )
 */
class Slideshare extends PlatformBase {

}

Classes

Namesort descending Description
Slideshare Provides 'slideshare' platform.