public function AssetLibrariesStream::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/ AssetLibrariesStream.php, line 21
Class
- AssetLibrariesStream
- Provides a stream wrapper for asset libraries.
Namespace
Drupal\libraries\StreamWrapperCode
public function getName() {
return t('Assets');
}