You are here

public function SocialContentYoutube::getLabel in Social Content 7.2

The label for this global.

Return value

string The label.

Overrides SocialContent::getLabel

File

modules/youtube/social_content_youtube.class.inc, line 15
Social Content Youtube class.

Class

SocialContentYoutube
@file Social Content Youtube class.

Code

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