You are here

public function PrintableCssIncludeInterface::getCssIncludePath 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::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\printable

Code

public function getCssIncludePath();