Slideshare.php in Social Media Links Block and Field 8.2
File
src/Plugin/SocialMediaLinks/Platform/Slideshare.phpView 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
Name | Description |
---|---|
Slideshare | Provides 'slideshare' platform. |