public function GooglePlus::getLabel in Social simple 8
Same name and namespace in other branches
- 2.0.x src/SocialNetwork/GooglePlus.php \Drupal\social_simple\SocialNetwork\GooglePlus::getLabel()
Get the network name.
Return value
string the network name.
Overrides SocialNetworkInterface::getLabel
1 call to GooglePlus::getLabel()
- GooglePlus::getShareLink in src/
SocialNetwork/ GooglePlus.php - Checks whether the given transition is allowed.
File
- src/
SocialNetwork/ GooglePlus.php, line 31
Class
- GooglePlus
- The social network Google+.
Namespace
Drupal\social_simple\SocialNetworkCode
public function getLabel() {
return $this
->t('Google+');
}