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