function AssetsStream::getType

Overrides PublicStream::getType

File

core/lib/Drupal/Core/StreamWrapper/AssetsStream.php, line 20

Class

AssetsStream
Defines a Drupal stream wrapper class for optimized assets (assets://).

Namespace

Drupal\Core\StreamWrapper

Code

public static function getType() : int {
  return StreamWrapperInterface::LOCAL_HIDDEN;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.