You are here

public function EntityPrintPdf::getLabel in Social simple 8

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

Get the network name.

Return value

string the network name.

Overrides SocialNetworkInterface::getLabel

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

File

src/SocialNetwork/EntityPrintPdf.php, line 66

Class

EntityPrintPdf
The social network Twitter.

Namespace

Drupal\social_simple\SocialNetwork

Code

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