File::setPermanent

public File::setPermanent()

Sets the file status to permanent.

Overrides FileInterface::setPermanent

File

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

Class

File
Defines the file entity class.

Namespace

Drupal\file\Entity

Code

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

Please login to continue.