public function EntitySubqueueInterface::setCreatedTime in Entityqueue 8
Sets the subqueue creation timestamp.
Parameters
int $timestamp: The subqueue creation timestamp.
Return value
\Drupal\entityqueue\EntitySubqueueInterface The called subqueue entity.
1 method overrides EntitySubqueueInterface::setCreatedTime()
- EntitySubqueue::setCreatedTime in src/
Entity/ EntitySubqueue.php - Sets the subqueue creation timestamp.
File
- src/
EntitySubqueueInterface.php, line 134
Class
- EntitySubqueueInterface
- Provides an interface defining a EntitySubqueue entity.
Namespace
Drupal\entityqueueCode
public function setCreatedTime($timestamp);