function File::getCreatedTime
Same name in other branches
- 9 core/modules/file/src/Entity/File.php \Drupal\file\Entity\File::getCreatedTime()
- 8.9.x core/modules/file/src/Entity/File.php \Drupal\file\Entity\File::getCreatedTime()
- 11.x core/modules/file/src/Entity/File.php \Drupal\file\Entity\File::getCreatedTime()
Overrides FileInterface::getCreatedTime
File
-
core/
modules/ file/ src/ Entity/ File.php, line 130
Class
- File
- Defines the file entity class.
Namespace
Drupal\file\EntityCode
public function getCreatedTime() {
$created = $this->get('created')->value;
return isset($created) ? (int) $created : NULL;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.