public function KeywordInterface::getCreatedTime in Alinks 8
Gets the Keyword creation timestamp.
Return value
int Creation timestamp of the Keyword.
1 method overrides KeywordInterface::getCreatedTime()
- Keyword::getCreatedTime in src/
Entity/ Keyword.php - Gets the Keyword creation timestamp.
File
- src/
Entity/ KeywordInterface.php, line 41
Class
- KeywordInterface
- Provides an interface for defining Keyword entities.
Namespace
Drupal\alinks\EntityCode
public function getCreatedTime();