You are here

public property PdfGenerator::$title in PDF generator API 2.x

Same name and namespace in other branches
  1. 8 src/Annotation/PdfGenerator.php \Drupal\pdf_api\Annotation\PdfGenerator::title

The human-readable name of the generator.

This is used as an administrative summary of what the generator does.

Type: \Drupal\Core\Annotation\Translation

File

src/Annotation/PdfGenerator.php, line 42
Contains \Drupal\pdf_api\Annotation\PdfGenerator.

Class

PdfGenerator
Defines an PDF generator annotation object.

Namespace

Drupal\pdf_api\Annotation

Code

public $title;