public FileInterface::isPermanent()
Returns TRUE if the file is permanent.
Return value
bool TRUE if the file status is permanent.
File
- core/modules/file/src/FileInterface.php, line 91
Class
- FileInterface
- Defines getter and setter methods for file entity base fields.
Namespace
Drupal\file
Code
public function isPermanent();
Please login to continue.