You are here

Flickr.php in Social Media Links Block and Field 8.2

File

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

namespace Drupal\social_media_links\Plugin\SocialMediaLinks\Platform;

use Drupal\social_media_links\PlatformBase;

/**
 * Provides 'Flickr' platform.
 *
 * @Platform(
 *   id = "flickr",
 *   name = @Translation("Flickr"),
 *   urlPrefix = "https://www.flickr.com/photos/",
 * )
 */
class Flickr extends PlatformBase {

}

Classes

Namesort descending Description
Flickr Provides 'Flickr' platform.