You are here

Whatsapp.php in Social Media Links Block and Field 8.2

File

src/Plugin/SocialMediaLinks/Platform/Whatsapp.php
View source
<?php

namespace Drupal\social_media_links\Plugin\SocialMediaLinks\Platform;

use Drupal\social_media_links\PlatformBase;

/**
 * Provides 'whatsapp' platform.
 *
 * @Platform(
 *   id = "whatsapp",
 *   name = @Translation("Whatsapp"),
 *   urlPrefix = "https://api.whatsapp.com/send?phone=",
 * )
 */
class Whatsapp extends PlatformBase {

}

Classes

Namesort descending Description
Whatsapp Provides 'whatsapp' platform.