You are here

Goodreads.php in Social Media Links Block and Field 8.2

File

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

namespace Drupal\social_media_links\Plugin\SocialMediaLinks\Platform;

use Drupal\social_media_links\PlatformBase;

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

}

Classes

Namesort descending Description
Goodreads Provides 'goodreads' platform.