You are here

public function SocialContentTumblr::getLabel in Social Content 7.2

The label for this global.

Return value

string The label.

Overrides SocialContent::getLabel

File

modules/tumblr/social_content_tumblr.class.inc, line 15
Social Content Tumblr class.

Class

SocialContentTumblr
@file Social Content Tumblr class.

Code

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