public function GooglePlus::getId in Social simple 8
Same name and namespace in other branches
- 2.0.x src/SocialNetwork/GooglePlus.php \Drupal\social_simple\SocialNetwork\GooglePlus::getId()
Get the network id.
Return value
string the network id.
Overrides SocialNetworkInterface::getId
File
- src/
SocialNetwork/ GooglePlus.php, line 24
Class
- GooglePlus
- The social network Google+.
Namespace
Drupal\social_simple\SocialNetworkCode
public function getId() {
return 'googleplus';
}