public static function PrintableStream::basePath in Printer and PDF versions for Drupal 8+ 2.x
1 call to PrintableStream::basePath()
- PrintableStream::getDirectoryPath in src/
StreamWrapper/ PrintableStream.php - Gets the path that the wrapper is responsible for.
File
- src/
StreamWrapper/ PrintableStream.php, line 45
Class
- PrintableStream
- Defines a Drupal stream wrapper base class for files to be embedded in the PDF.
Namespace
Drupal\Printable\StreamWrapperCode
public static function basePath() {
return '';
}