You are here

public function MentionsInterface::getCreatedTime in Open Social 10.2.x

Same name and namespace in other branches
  1. 8.9 modules/custom/mentions/src/MentionsInterface.php \Drupal\mentions\MentionsInterface::getCreatedTime()
  2. 8 modules/custom/mentions/src/MentionsInterface.php \Drupal\mentions\MentionsInterface::getCreatedTime()
  3. 8.2 modules/custom/mentions/src/MentionsInterface.php \Drupal\mentions\MentionsInterface::getCreatedTime()
  4. 8.3 modules/custom/mentions/src/MentionsInterface.php \Drupal\mentions\MentionsInterface::getCreatedTime()
  5. 8.4 modules/custom/mentions/src/MentionsInterface.php \Drupal\mentions\MentionsInterface::getCreatedTime()
  6. 8.5 modules/custom/mentions/src/MentionsInterface.php \Drupal\mentions\MentionsInterface::getCreatedTime()
  7. 8.6 modules/custom/mentions/src/MentionsInterface.php \Drupal\mentions\MentionsInterface::getCreatedTime()
  8. 8.7 modules/custom/mentions/src/MentionsInterface.php \Drupal\mentions\MentionsInterface::getCreatedTime()
  9. 8.8 modules/custom/mentions/src/MentionsInterface.php \Drupal\mentions\MentionsInterface::getCreatedTime()
  10. 10.3.x modules/custom/mentions/src/MentionsInterface.php \Drupal\mentions\MentionsInterface::getCreatedTime()
  11. 10.0.x modules/custom/mentions/src/MentionsInterface.php \Drupal\mentions\MentionsInterface::getCreatedTime()
  12. 10.1.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 19

Class

MentionsInterface
Provides an interface defining a Mention entity.

Namespace

Drupal\mentions

Code

public function getCreatedTime();