You are here

Behance.php in Social Media Links Block and Field 8.2

File

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

namespace Drupal\social_media_links\Plugin\SocialMediaLinks\Platform;

use Drupal\social_media_links\PlatformBase;

/**
 * Provides 'behance' platform.
 *
 * @Platform(
 *   id = "behance",
 *   name = @Translation("Behance"),
 *   urlPrefix = "https://www.behance.net/",
 * )
 */
class Behance extends PlatformBase {

}

Classes

Namesort descending Description
Behance Provides 'behance' platform.