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