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