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