class PdfEngine in Entity Print 8
Same name in this branch
- 8 src/Annotation/PdfEngine.php \Drupal\entity_print\Annotation\PdfEngine
- 8 src/Entity/PdfEngine.php \Drupal\entity_print\Entity\PdfEngine
The PdfEngine annotation.
Hierarchy
- class \Drupal\Component\Annotation\Plugin implements AnnotationInterface
- class \Drupal\entity_print\Annotation\PdfEngine
Expanded class hierarchy of PdfEngine
1 class is annotated with PdfEngine
- TestPdfEngine in tests/
modules/ entity_print_test/ src/ Plugin/ EntityPrint/ PdfEngine/ TestPdfEngine.php - Plugin annotation @PdfEngine( id = "testpdfengine", label= @Translation("Test PDF Engine") )
File
- src/
Annotation/ PdfEngine.php, line 12
Namespace
Drupal\entity_print\AnnotationView source
class PdfEngine extends Plugin {
/**
* The unique Id of the Pdf engine implementation.
*
* @var string
*/
public $id;
/**
* The human readable name of the Pdf engine implementation.
*
* @var string
*/
public $label;
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
PdfEngine:: |
public | property | The unique Id of the Pdf engine implementation. | |
PdfEngine:: |
public | property | The human readable name of the Pdf engine implementation. | |
Plugin:: |
protected | property | The plugin definition read from the class annotation. | 1 |
Plugin:: |
public | function |
Gets the value of an annotation. Overrides AnnotationInterface:: |
5 |
Plugin:: |
public | function |
Gets the class of the annotated class. Overrides AnnotationInterface:: |
|
Plugin:: |
public | function |
Gets the unique ID for this annotated class. Overrides AnnotationInterface:: |
|
Plugin:: |
public | function |
Gets the name of the provider of the annotated class. Overrides AnnotationInterface:: |
|
Plugin:: |
protected | function | Parses an annotation into its definition. | |
Plugin:: |
public | function |
Sets the class of the annotated class. Overrides AnnotationInterface:: |
|
Plugin:: |
public | function |
Sets the name of the provider of the annotated class. Overrides AnnotationInterface:: |
|
Plugin:: |
public | function | Constructs a Plugin object. | 2 |