FileInterface::isTemporary

public FileInterface::isTemporary()

Returns TRUE if the file is temporary.

Return value

bool TRUE if the file status is temporary.

File

core/modules/file/src/FileInterface.php, line 99

Class

FileInterface
Defines getter and setter methods for file entity base fields.

Namespace

Drupal\file

Code

public function isTemporary();
doc_Drupal
2016-10-29 09:13:29
Comments
Leave a Comment

Please login to continue.