social_media_links-8.x-2.x-dev/src/Plugin/SocialMediaLinks/Platform/Soundcloud.php
src/Plugin/SocialMediaLinks/Platform/Soundcloud.php
<?php
namespace Drupal\social_media_links\Plugin\SocialMediaLinks\Platform;
use Drupal\social_media_links\PlatformBase;
/**
* Provides 'soundcloud' platform.
*
* @Platform(
* id = "soundcloud",
* name = @Translation("SoundCloud"),
* urlPrefix = "https://soundcloud.com/",
* )
*/
class Soundcloud extends PlatformBase {}
