You are here

class GooglePlus in Social Link Field 8

Provides 'GooglePlus' platform.

Plugin annotation


@SocialLinkFieldPlatform(
  id = "googleplus",
  name = @Translation("Google+"),
  icon = "fa-google-plus",
  iconSquare = "fa-google-plus-square",
  urlPrefix = "https://plus.google.com/",
)

Hierarchy

  • class \Drupal\social_link_field\PlatformBase
    • class \Drupal\social_link_field\Plugin\SocialLinkField\Platform\GooglePlus

Expanded class hierarchy of GooglePlus

File

src/Plugin/SocialLinkField/Platform/GooglePlus.php, line 18

Namespace

Drupal\social_link_field\Plugin\SocialLinkField\Platform
View source
class GooglePlus extends PlatformBase {

}

Members