You are here

interface PrintableCssIncludeInterface in Printer and PDF versions for Drupal 8+ 8

Same name and namespace in other branches
  1. 2.x src/PrintableCssIncludeInterface.php \Drupal\printable\PrintableCssIncludeInterface

Helper interface for the printable module.

Hierarchy

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\printable
View 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

Namesort descending Modifiers Type Description Overrides
PrintableCssIncludeInterface::getCssIncludePath public function Get the configured CSS include path for printable pages. 1