public function SocialNetworkInterface::getLabel in Social simple 8
Same name and namespace in other branches
- 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.
File
- src/SocialNetwork/ SocialNetworkInterface.php, line 38 
Class
- SocialNetworkInterface
- Defines the interface for social network.
Namespace
Drupal\social_simple\SocialNetworkCode
public function getLabel();