You are here

public function Linkedin::getLabel in Social simple 8

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

Get the network name.

Return value

string the network name.

Overrides SocialNetworkInterface::getLabel

1 call to Linkedin::getLabel()
Linkedin::getShareLink in src/SocialNetwork/Linkedin.php
Checks whether the given transition is allowed.

File

src/SocialNetwork/Linkedin.php, line 31

Class

Linkedin
The social network Linkedin.

Namespace

Drupal\social_simple\SocialNetwork

Code

public function getLabel() {
  return $this
    ->t('Linked in');
}