public static function TwitterProfileInterface::pull in Twitter Profile Widget 3.x
Same name and namespace in other branches
- 8.2 src/TwitterProfileInterface.php \Drupal\twitter_profile_widget\TwitterProfileInterface::pull()
- 8 src/TwitterProfileInterface.php \Drupal\twitter_profile_widget\TwitterProfileInterface::pull()
Pull tweets from the Twitter API.
Parameters
array $instance: All the data for the given Twitter widget.
Return value
str[] An array of Twitter objects.
1 method overrides TwitterProfileInterface::pull()
- TwitterProfile::pull in src/
TwitterProfile.php - Pull tweets from the Twitter API.
File
- src/
TwitterProfileInterface.php, line 21
Class
- TwitterProfileInterface
- Interface TwitterProfileInterface.
Namespace
Drupal\twitter_profile_widgetCode
public static function pull(array $instance);