You are here

public function LibraryDefinitionsStream::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

src/StreamWrapper/LibraryDefinitionsStream.php, line 62

Class

LibraryDefinitionsStream
Provides a stream wrapper for library definitions.

Namespace

Drupal\libraries\StreamWrapper

Code

public function getDescription() {
  return t('Provides access to library definition files.');
}