public function KeywordInterface::setCreatedTime in Alinks 8
Sets the Keyword creation timestamp.
Parameters
int $timestamp: The Keyword creation timestamp.
Return value
\Drupal\alinks\Entity\KeywordInterface The called Keyword entity.
1 method overrides KeywordInterface::setCreatedTime()
- Keyword::setCreatedTime in src/
Entity/ Keyword.php - Sets the Keyword creation timestamp.
File
- src/
Entity/ KeywordInterface.php, line 52
Class
- KeywordInterface
- Provides an interface for defining Keyword entities.
Namespace
Drupal\alinks\EntityCode
public function setCreatedTime($timestamp);