public function EntitySubqueueInterface::getCreatedTime in Entityqueue 8
Gets the subqueue creation timestamp.
Return value
int Creation timestamp of the subqueue.
1 method overrides EntitySubqueueInterface::getCreatedTime()
- EntitySubqueue::getCreatedTime in src/
Entity/ EntitySubqueue.php  - Gets the subqueue creation timestamp.
 
File
- src/
EntitySubqueueInterface.php, line 123  
Class
- EntitySubqueueInterface
 - Provides an interface defining a EntitySubqueue entity.
 
Namespace
Drupal\entityqueueCode
public function getCreatedTime();