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