You are here

Email.php in Social Link Field 8

File

src/Plugin/SocialLinkField/Platform/Email.php
View source
<?php

namespace Drupal\social_link_field\Plugin\SocialLinkField\Platform;

use Drupal\social_link_field\PlatformBase;

/**
 * Provides 'Email' platform.
 *
 * @SocialLinkFieldPlatform(
 *   id = "email",
 *   name = @Translation("Email"),
 *   icon = "fa-envelope-o",
 *   iconSquare = "fa-envelope",
 *   urlPrefix = "mailto:",
 * )
 */
class Email extends PlatformBase {

}

Classes

Namesort descending Description
Email Provides 'Email' platform.