You are here

public function EntityPrintPdf::getId in Social simple 8

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

Get the network id.

Return value

string the network id.

Overrides SocialNetworkInterface::getId

File

src/SocialNetwork/EntityPrintPdf.php, line 59

Class

EntityPrintPdf
The social network Twitter.

Namespace

Drupal\social_simple\SocialNetwork

Code

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