You are here

public function Linkedin::getId in Social simple 8

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

Get the network id.

Return value

string the network id.

Overrides SocialNetworkInterface::getId

File

src/SocialNetwork/Linkedin.php, line 24

Class

Linkedin
The social network Linkedin.

Namespace

Drupal\social_simple\SocialNetwork

Code

public function getId() {
  return 'linkedin';
}