social_media_links-8.x-2.x-dev/src/Plugin/SocialMediaLinks/Platform/Behance.php
src/Plugin/SocialMediaLinks/Platform/Behance.php
<?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 {}
