public function TwitterProfileInterface::pull in Twitter Profile Widget 8
Same name and namespace in other branches
- 8.2 src/TwitterProfileInterface.php \Drupal\twitter_profile_widget\TwitterProfileInterface::pull()
- 3.x src/TwitterProfileInterface.php \Drupal\twitter_profile_widget\TwitterProfileInterface::pull()
Pull tweets from the Twitter API.
Parameters
TwitterWidget $entity: The called node entity.
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 23
Class
- TwitterProfileInterface
- Interface TwitterProfileInterface.
Namespace
Drupal\twitter_profile_widgetCode
public function pull(TwitterWidget $entity);