You are here

abstract public function PrivateStreamTrait::getName in Libraries API 8.3

Returns the name of the stream wrapper for use in the UI.

Return value

string The stream wrapper name.

See also

\Drupal\Core\StreamWrapper\StreamWrapperInterface::getName()

4 methods override PrivateStreamTrait::getName()
AssetLibrariesStream::getName in src/StreamWrapper/AssetLibrariesStream.php
Returns the name of the stream wrapper for use in the UI.
LibraryDefinitionsStream::getName in src/StreamWrapper/LibraryDefinitionsStream.php
Returns the name of the stream wrapper for use in the UI.
PhpFileLibrariesStream::getName in src/StreamWrapper/PhpFileLibrariesStream.php
Returns the name of the stream wrapper for use in the UI.
TestLibraryFilesStream::getName in tests/src/Kernel/ExternalLibrary/TestLibraryFilesStream.php
Returns the name of the stream wrapper for use in the UI.

File

src/StreamWrapper/PrivateStreamTrait.php, line 37

Class

PrivateStreamTrait
Provides a trait for local streams that are not publicly accessible.

Namespace

Drupal\libraries\StreamWrapper

Code

public abstract function getName();