public function SynonymInterface::getCreatedTime in Search API Synonym 8
Gets the Synonym creation timestamp.
Return value
int Creation timestamp of the Synonym.
1 method overrides SynonymInterface::getCreatedTime()
- Synonym::getCreatedTime in src/
Entity/ Synonym.php - Gets the Synonym creation timestamp.
File
- src/
SynonymInterface.php, line 91
Class
- SynonymInterface
- Provides an interface for defining Synonym entities.
Namespace
Drupal\search_api_synonymCode
public function getCreatedTime();