function File::getCreatedTime
Returns the file entity creation timestamp.
Return value
int Creation timestamp of the file entity.
Overrides FileInterface::getCreatedTime
File
- 
              core/modules/ file/ src/ Entity/ File.php, line 120 
Class
- File
- Defines the file entity class.
Namespace
Drupal\file\EntityCode
public function getCreatedTime() {
  return $this->get('created')->value;
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
