You are here

public function SocialContentPinterest::getLabel in Social Content 7.2

The label for this global.

Return value

string The label.

Overrides SocialContent::getLabel

File

modules/pinterest/social_content_pinterest.class.inc, line 15
Social Content Pinterest class.

Class

SocialContentPinterest
@file Social Content Pinterest class.

Code

public function getLabel() {
  return t('Pinterest');
}