You are here

public function MimeStreamWrapper::stream_stat in UIkit Components 8.3

Return value

array

File

src/MimeStreamWrapper.php, line 184

Class

MimeStreamWrapper
Provides a stream wrapper to retrieve mime type information from any source.

Namespace

Drupal\uikit_components

Code

public function stream_stat() {
  return $this->fileStat;
}