You are here

public function TestLibraryFilesStream::getDescription in Libraries API 8.3

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

Return value

string The stream wrapper description.

Overrides StreamWrapperInterface::getDescription

File

tests/src/Kernel/ExternalLibrary/TestLibraryFilesStream.php, line 68

Class

TestLibraryFilesStream
Provides a stream wrapper for accessing test library files.

Namespace

Drupal\Tests\libraries\Kernel\ExternalLibrary

Code

public function getDescription() {
  $this
    ->t('Provides access to test library files.');
}