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