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