function File::setPermanent

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

Overrides FileInterface::setPermanent

File

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

Class

File
Defines the file entity class.

Namespace

Drupal\file\Entity

Code

public function setPermanent() {
    $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.