You are here

public function SocialNetworkInterface::getLabel in Social simple 8

Same name and namespace in other branches
  1. 2.0.x src/SocialNetwork/SocialNetworkInterface.php \Drupal\social_simple\SocialNetwork\SocialNetworkInterface::getLabel()

Get the network name.

Return value

string the network name.

7 methods override SocialNetworkInterface::getLabel()
EntityPrintPdf::getLabel in src/SocialNetwork/EntityPrintPdf.php
Get the network name.
Facebook::getLabel in src/SocialNetwork/Facebook.php
Get the network name.
GooglePlus::getLabel in src/SocialNetwork/GooglePlus.php
Get the network name.
Linkedin::getLabel in src/SocialNetwork/Linkedin.php
Get the network name.
Mail::getLabel in src/SocialNetwork/Mail.php
Get the network name.

... See full list

File

src/SocialNetwork/SocialNetworkInterface.php, line 38

Class

SocialNetworkInterface
Defines the interface for social network.

Namespace

Drupal\social_simple\SocialNetwork

Code

public function getLabel();