You are here

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

Overrides PrivateStreamTrait::getName

See also

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

File

src/StreamWrapper/LibraryDefinitionsStream.php, line 55

Class

LibraryDefinitionsStream
Provides a stream wrapper for library definitions.

Namespace

Drupal\libraries\StreamWrapper

Code

public function getName() {
  return t('Library definitions');
}