public function TwitterWidgetInterface::getCreatedTime in Twitter Profile Widget 8
Gets the Twitter widget creation timestamp.
Return value
int Creation timestamp of the Twitter widget.
1 method overrides TwitterWidgetInterface::getCreatedTime()
- TwitterWidget::getCreatedTime in src/
Entity/ TwitterWidget.php - Gets the Twitter widget creation timestamp.
File
- src/
TwitterWidgetInterface.php, line 41
Class
- TwitterWidgetInterface
- Provides an interface for defining Twitter widget entities.
Namespace
Drupal\twitter_profile_widgetCode
public function getCreatedTime();