You are here

abstract public function SocialContent::getSource in Social Content 7.2

Get the source being used to get the rows i.e. account / hashtag.

Return value

string The hashtag / account being used to fetch the rows.

11 methods override SocialContent::getSource()
SocialContentFacebook::getSource in modules/facebook/social_content_facebook.class.inc
Get the source being used to get the rows i.e. account / hashtag.
SocialContentFlickr::getSource in modules/flickr/social_content_flickr.class.inc
Get the source being used to get the rows i.e. account / hashtag.
SocialContentInstagram::getSource in modules/instagram/social_content_instagram.class.inc
Get the source being used to get the rows i.e. account / hashtag.
SocialContentLinkedin::getSource in modules/linkedin/social_content_linkedin.class.inc
Get the source being used to get the rows i.e. account / hashtag.
SocialContentPicasa::getSource in modules/picasa/social_content_picasa.class.inc
Get the source being used to get the rows.

... See full list

File

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

Class

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

Code

public abstract function getSource();