You are here

Behance.php in Social Link Field 8

File

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

namespace Drupal\social_link_field\Plugin\SocialLinkField\Platform;

use Drupal\social_link_field\PlatformBase;

/**
 * Provides 'behance' platform.
 *
 * @SocialLinkFieldPlatform(
 *   id = "behance",
 *   name = @Translation("Behance"),
 *   icon = "fa-behance",
 *   iconSquare = "fa-behance-square",
 *   urlPrefix = "https://www.behance.net/",
 * )
 */
class Behance extends PlatformBase {

}

Classes

Namesort descending Description
Behance Provides 'behance' platform.