public function MentionsInterface::getCreatedTime in Open Social 8
Same name and namespace in other branches
- 8.9 modules/custom/mentions/src/MentionsInterface.php \Drupal\mentions\MentionsInterface::getCreatedTime()
- 8.2 modules/custom/mentions/src/MentionsInterface.php \Drupal\mentions\MentionsInterface::getCreatedTime()
- 8.3 modules/custom/mentions/src/MentionsInterface.php \Drupal\mentions\MentionsInterface::getCreatedTime()
- 8.4 modules/custom/mentions/src/MentionsInterface.php \Drupal\mentions\MentionsInterface::getCreatedTime()
- 8.5 modules/custom/mentions/src/MentionsInterface.php \Drupal\mentions\MentionsInterface::getCreatedTime()
- 8.6 modules/custom/mentions/src/MentionsInterface.php \Drupal\mentions\MentionsInterface::getCreatedTime()
- 8.7 modules/custom/mentions/src/MentionsInterface.php \Drupal\mentions\MentionsInterface::getCreatedTime()
- 8.8 modules/custom/mentions/src/MentionsInterface.php \Drupal\mentions\MentionsInterface::getCreatedTime()
- 10.3.x modules/custom/mentions/src/MentionsInterface.php \Drupal\mentions\MentionsInterface::getCreatedTime()
- 10.0.x modules/custom/mentions/src/MentionsInterface.php \Drupal\mentions\MentionsInterface::getCreatedTime()
- 10.1.x modules/custom/mentions/src/MentionsInterface.php \Drupal\mentions\MentionsInterface::getCreatedTime()
- 10.2.x modules/custom/mentions/src/MentionsInterface.php \Drupal\mentions\MentionsInterface::getCreatedTime()
Gets the Mentions creation timestamp.
Return value
int Creation timestamp of the Mentions.
1 method overrides MentionsInterface::getCreatedTime()
- Mentions::getCreatedTime in modules/
custom/ mentions/ src/ Entity/ Mentions.php - Gets the Mentions creation timestamp.
File
- modules/
custom/ mentions/ src/ MentionsInterface.php, line 18
Class
- MentionsInterface
- Provides an interface defining a Mention entity.
Namespace
Drupal\mentionsCode
public function getCreatedTime();