interface PrintableCssIncludeInterface in Printer and PDF versions for Drupal 8+ 8
Same name and namespace in other branches
- 2.x src/PrintableCssIncludeInterface.php \Drupal\printable\PrintableCssIncludeInterface
Helper interface for the printable module.
Hierarchy
- interface \Drupal\printable\PrintableCssIncludeInterface
Expanded class hierarchy of PrintableCssIncludeInterface
All classes that implement PrintableCssIncludeInterface
2 files declare their use of PrintableCssIncludeInterface
- PdfFormat.php in modules/
printable_pdf/ src/ Plugin/ PrintableFormat/ PdfFormat.php - PrintableFormatBase.php in src/
Plugin/ PrintableFormatBase.php
File
- src/
PrintableCssIncludeInterface.php, line 8
Namespace
Drupal\printableView source
interface PrintableCssIncludeInterface {
/**
* Get the configured CSS include path for printable pages.
*
* @return string
* The include path, relative to the root of the Drupal install.
*/
public function getCssIncludePath();
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
PrintableCssIncludeInterface:: |
public | function | Get the configured CSS include path for printable pages. | 1 |