Linkedin.php in Social Media Links Block and Field 8.2
File
src/Plugin/SocialMediaLinks/Platform/Linkedin.phpView source
<?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 {
}