public function ProfileStream::getDescription in System stream wrapper 8
Returns the description of the stream wrapper for use in the UI.
Return value
string The stream wrapper description.
Overrides ModuleStream::getDescription
File
- src/
StreamWrapper/ ProfileStream.php, line 29
Class
- ProfileStream
- Defines the read-only profile:// stream wrapper for installed profile files.
Namespace
Drupal\system_stream_wrapper\StreamWrapperCode
public function getDescription() {
return $this
->t('Local files stored under installed profile directory.');
}