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