public function SocialNetworkInterface::getId in Social simple 8
Same name and namespace in other branches
- 2.0.x src/SocialNetwork/SocialNetworkInterface.php \Drupal\social_simple\SocialNetwork\SocialNetworkInterface::getId()
Get the network id.
Return value
string the network id.
7 methods override SocialNetworkInterface::getId()
- EntityPrintPdf::getId in src/SocialNetwork/ EntityPrintPdf.php 
- Get the network id.
- Facebook::getId in src/SocialNetwork/ Facebook.php 
- Get the network id.
- GooglePlus::getId in src/SocialNetwork/ GooglePlus.php 
- Get the network id.
- Linkedin::getId in src/SocialNetwork/ Linkedin.php 
- Get the network id.
- Mail::getId in src/SocialNetwork/ Mail.php 
- Get the network id.
File
- src/SocialNetwork/ SocialNetworkInterface.php, line 46 
Class
- SocialNetworkInterface
- Defines the interface for social network.
Namespace
Drupal\social_simple\SocialNetworkCode
public function getId();