You are here

public function PrintPage::getLabel in Social simple 8

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

Get the network name.

Return value

string the network name.

Overrides SocialNetworkInterface::getLabel

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

File

src/SocialNetwork/PrintPage.php, line 44

Class

PrintPage
The Printer button.

Namespace

Drupal\social_simple\SocialNetwork

Code

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