function File::isPermanent

Same name and namespace in other branches
  1. 9 core/modules/file/src/Entity/File.php \Drupal\file\Entity\File::isPermanent()
  2. 10 core/modules/file/src/Entity/File.php \Drupal\file\Entity\File::isPermanent()
  3. 11.x core/modules/file/src/Entity/File.php \Drupal\file\Entity\File::isPermanent()

Overrides FileInterface::isPermanent

File

core/modules/file/src/Entity/File.php, line 137

Class

File
Defines the file entity class.

Namespace

Drupal\file\Entity

Code

public function isPermanent() {
    return $this->get('status')->value == FILE_STATUS_PERMANENT;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.