File::setTemporary

public File::setTemporary()

Sets the file status to temporary.

Overrides FileInterface::setTemporary

File

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

Class

File
Defines the file entity class.

Namespace

Drupal\file\Entity

Code

1
2
3
public function setTemporary() {
  $this->get('status')->value = 0;
}
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.