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