You are here

GooglePlus.php in Social Media Links Block and Field 8.2

File

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

namespace Drupal\social_media_links\Plugin\SocialMediaLinks\Platform;

use Drupal\social_media_links\PlatformBase;

/**
 * Provides 'GooglePlus' platform.
 *
 * @Platform(
 *   id = "googleplus",
 *   name = @Translation("Google+"),
 *   urlPrefix = "https://plus.google.com/",
 * )
 */
class GooglePlus extends PlatformBase {

}

Classes

Namesort descending Description
GooglePlus Provides 'GooglePlus' platform.