interface TwitterProfileInterface in Twitter Profile Widget 3.x
Same name and namespace in other branches
- 8.2 src/TwitterProfileInterface.php \Drupal\twitter_profile_widget\TwitterProfileInterface
- 8 src/TwitterProfileInterface.php \Drupal\twitter_profile_widget\TwitterProfileInterface
Interface TwitterProfileInterface.
@package Drupal\twitter_profile_widget
Hierarchy
- interface \Drupal\twitter_profile_widget\TwitterProfileInterface
Expanded class hierarchy of TwitterProfileInterface
All classes that implement TwitterProfileInterface
File
- src/
TwitterProfileInterface.php, line 10
Namespace
Drupal\twitter_profile_widgetView source
interface TwitterProfileInterface {
/**
* Pull tweets from the Twitter API.
*
* @param array $instance
* All the data for the given Twitter widget.
*
* @return str[]
* An array of Twitter objects.
*/
public static function pull(array $instance);
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
TwitterProfileInterface:: |
public static | function | Pull tweets from the Twitter API. | 1 |