function File::isPermanent
Returns TRUE if the file is permanent.
Return value
bool TRUE if the file status is permanent.
Overrides FileInterface::isPermanent
File
- 
              core/
modules/ file/ src/ Entity/ File.php, line 127  
Class
- File
 - Defines the file entity class.
 
Namespace
Drupal\file\EntityCode
public function isPermanent() {
  return $this->get('status')->value == static::STATUS_PERMANENT;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.