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