You are here

public function SocialContentVK::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.

Overrides SocialContent::getSource

File

modules/vk/social_content_vk.class.inc, line 43
Social Content VK class.

Class

SocialContentVK
@file Social Content VK class.

Code

public function getSource() {
  return 'account';
}