public function PrintableCssIncludeInterface::getCssIncludePath in Printer and PDF versions for Drupal 8+ 2.x
Same name and namespace in other branches
- 8 src/PrintableCssIncludeInterface.php \Drupal\printable\PrintableCssIncludeInterface::getCssIncludePath()
Get the configured CSS include path for printable pages.
Return value
string The include path, relative to the root of the Drupal install.
1 method overrides PrintableCssIncludeInterface::getCssIncludePath()
- PrintableCssInclude::getCssIncludePath in src/
PrintableCssInclude.php - Get the configured CSS include path for printable pages.
File
- src/
PrintableCssIncludeInterface.php, line 16
Class
- PrintableCssIncludeInterface
- Helper interface for the printable module.
Namespace
Drupal\printableCode
public function getCssIncludePath();