Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. InputStreamUploadedFile.php

function InputStreamUploadedFile::getRealPath

Overrides UploadedFileInterface::getRealPath

File

core/modules/file/src/Upload/InputStreamUploadedFile.php, line 41

Class

InputStreamUploadedFile
An uploaded file from an input stream.

Namespace

Drupal\file\Upload

Code

public function getRealPath() : string|false {
    return $this->realPath;
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal