You are here

public function TwitterProfileInterface::pull in Twitter Profile Widget 8.2

Same name and namespace in other branches
  1. 8 src/TwitterProfileInterface.php \Drupal\twitter_profile_widget\TwitterProfileInterface::pull()
  2. 3.x 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_widget

Code

public function pull(array $instance);