You are here

protected function SocialContentInstagram::getImportTypes in Social Content 7.2

Different types of Instagram instances.

1 call to SocialContentInstagram::getImportTypes()
SocialContentInstagram::instanceSettingsForm in modules/instagram/social_content_instagram.class.inc
Instance settings form.

File

modules/instagram/social_content_instagram.class.inc, line 231
Social Content Instagram class.

Class

SocialContentInstagram
@file Social Content Instagram class.

Code

protected function getImportTypes() {
  return array(
    'account' => t('Pull from account'),
    'hashtag' => t('Pull from hashtag'),
  );
}