You are here

Instagram.php in Social Link Field 8

File

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

namespace Drupal\social_link_field\Plugin\SocialLinkField\Platform;

use Drupal\social_link_field\PlatformBase;

/**
 * Provides 'instagram' platform.
 *
 * @SocialLinkFieldPlatform(
 *   id = "instagram",
 *   name = @Translation("Instagram"),
 *   icon = "fa-instagram",
 *   urlPrefix = "https://www.instagram.com/",
 * )
 */
class Instagram extends PlatformBase {

}

Classes

Namesort descending Description
Instagram Provides 'instagram' platform.