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