You are here

public function SocialContent::getLabel in Social Content 7.2

The Label for this global.

Implementing / Extending classes should override this method.

Return value

string The label.

2 calls to SocialContent::getLabel()
SocialContent::getForm in ./social_content.class.inc
Get an internal form of the gievn type.
SocialContent::import in ./social_content.class.inc
Do the import.
11 methods override SocialContent::getLabel()
SocialContentFacebook::getLabel in modules/facebook/social_content_facebook.class.inc
The label for this global.
SocialContentFlickr::getLabel in modules/flickr/social_content_flickr.class.inc
The label for this global.
SocialContentInstagram::getLabel in modules/instagram/social_content_instagram.class.inc
The label for this global.
SocialContentLinkedin::getLabel in modules/linkedin/social_content_linkedin.class.inc
The label for this global.
SocialContentPicasa::getLabel in modules/picasa/social_content_picasa.class.inc
The label for this global.

... See full list

File

./social_content.class.inc, line 495
Social Content class.

Class

SocialContent
TODO: Table names should be a property for ease of change Separate this class into smaller classes.

Code

public function getLabel() {
  return t('Social Content');
}