function File::setTemporary

File

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

Class

File
Defines the file entity class.

Namespace

Drupal\file\Entity

Code

public function setTemporary() {
  $this->get('status')->value = 0;
}

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