AlignableHeaderFooterInterface |
interface |
Drupal\entity_print\Plugin\EntityPrint\PrintEngine |
src/Plugin/EntityPrint/PrintEngine/AlignableHeaderFooterInterface.php |
An interface for print engines that support a header and footer. |
1 |
|
|
AssetCollector |
class |
Drupal\entity_print\Asset |
src/Asset/AssetCollector.php |
Collect the assets for the entities being printed. |
|
1 |
2 |
AssetCollectorInterface |
interface |
Drupal\entity_print\Asset |
src/Asset/AssetCollectorInterface.php |
Collect all css assets for the entities being printed. |
1 |
|
|
AssetCollectorTest |
class |
Drupal\Tests\entity_print\Unit |
tests/src/Unit/AssetCollectorTest.php |
Test the asset collector service. |
|
|
|
AssetRenderer |
class |
Drupal\entity_print\Asset |
src/Asset/AssetRenderer.php |
Render CSS assets for the entities being printed. |
|
|
2 |
AssetRendererInterface |
interface |
Drupal\entity_print\Asset |
src/Asset/AssetRendererInterface.php |
Interface for the print asset renderer. |
1 |
2 |
|
Base64ImageFormatter |
class |
Drupal\entity_print\Plugin\Field\FieldFormatter |
src/Plugin/Field/FieldFormatter/Base64ImageFormatter.php |
Plugin implementation of the 'entity_print_base64_image_formatter' formatter. |
|
|
|
Base64ImageTest |
class |
Drupal\Tests\entity_print\Functional |
tests/src/Functional/Base64ImageTest.php |
Test base64 images in exports. |
|
|
|
ContentEntityRenderer |
class |
Drupal\entity_print\Renderer |
src/Renderer/ContentEntityRenderer.php |
A renderer for content entities. |
|
1 |
|
DefaultExportType |
class |
Drupal\entity_print\Plugin\EntityPrint\ExportType |
src/Plugin/EntityPrint/ExportType/DefaultExportType.php |
Export type plugin class. |
|
|
|
DomPdf |
class |
Drupal\entity_print\Plugin\EntityPrint\PrintEngine |
src/Plugin/EntityPrint/PrintEngine/DomPdf.php |
A Entity Print plugin for the DomPdf library. |
|
|
|
EntityPrintAccessTest |
class |
Drupal\Tests\entity_print\Kernel |
tests/src/Kernel/EntityPrintAccessTest.php |
@coversDefaultClass \Drupal\entity_print\Controller\EntityPrintController
@group entity_print |
|
|
|
EntityPrintActionTest |
class |
Drupal\Tests\entity_print\Functional |
tests/src/Functional/EntityPrintActionTest.php |
Test the Entity Print action tests. |
|
|
|
EntityPrintAdminTest |
class |
Drupal\Tests\entity_print\Functional |
tests/src/Functional/EntityPrintAdminTest.php |
Entity Print Admin tests. |
|
|
|
EntityPrintAdminTest |
class |
Drupal\Tests\entity_print\FunctionalJavascript |
tests/src/FunctionalJavascript/EntityPrintAdminTest.php |
Entity Print Admin tests. |
|
|
|
EntityPrintController |
class |
Drupal\entity_print\Controller |
src/Controller/EntityPrintController.php |
Print controller. |
|
2 |
|
EntityPrintPermissions |
class |
Drupal\entity_print |
src/EntityPrintPermissions.php |
Provides dynamic permissions for entity_print. |
|
|
|
EntityPrintPluginManager |
class |
Drupal\entity_print\Plugin |
src/Plugin/EntityPrintPluginManager.php |
Entity print plugin manager. |
|
|
2 |
EntityPrintPluginManagerInterface |
interface |
Drupal\entity_print\Plugin |
src/Plugin/EntityPrintPluginManagerInterface.php |
Print plugin manager interface. |
1 |
3 |
|
EntityPrintPluginManagerTest |
class |
Drupal\Tests\entity_print\Kernel |
tests/src/Kernel/EntityPrintPluginManagerTest.php |
@coversDefaultClass \Drupal\entity_print\Plugin\EntityPrintPluginManager
@group entity_print |
|
|
|
EntityPrintTest |
class |
Drupal\Tests\entity_print\Functional |
tests/src/Functional/EntityPrintTest.php |
Test file. |
|
|
|
EntityPrintViewsLink |
class |
Drupal\entity_print_views\Plugin\views\area |
modules/entity_print_views/src/Plugin/views/area/EntityPrintViewsLink.php |
Views area handler for a Print button. |
|
|
|
ExportTypeInterface |
interface |
Drupal\entity_print\Plugin |
src/Plugin/ExportTypeInterface.php |
Export type plugin interface. |
1 |
4 |
|
ExportTypeManager |
class |
Drupal\entity_print\Plugin |
src/Plugin/ExportTypeManager.php |
Export type manager. |
|
|
2 |
ExportTypeManagerInterface |
interface |
Drupal\entity_print\Plugin |
src/Plugin/ExportTypeManagerInterface.php |
Export type manager interface. |
1 |
6 |
|
ExtraFieldsTest |
class |
Drupal\Tests\entity_print\Kernel |
tests/src/Kernel/ExtraFieldsTest.php |
Tests the hook_extra_fields() implementation. |
|
|
|
FilenameGenerator |
class |
Drupal\entity_print |
src/FilenameGenerator.php |
A service for generating filenames for printed documents. |
|
|
2 |
FilenameGeneratorInterface |
interface |
Drupal\entity_print |
src/FilenameGeneratorInterface.php |
The filename generator interface. |
1 |
4 |
|
FilenameGeneratorTest |
class |
Drupal\Tests\entity_print\Kernel |
tests/src/Kernel/FilenameGeneratorTest.php |
@coversDefaultClass \Drupal\entity_print\FilenameGenerator
@group entity_print |
|
|
|
InstallationTest |
class |
Drupal\Tests\entity_print\Functional |
tests/src/Functional/InstallationTest.php |
Test the modules install and uninstall cleanly. |
|
|
|
NodePreviewTest |
class |
Drupal\Tests\entity_print\Kernel |
tests/src/Kernel/NodePreviewTest.php |
Tests the entity print link in node preview. |
|
|
|
NotAvailablePrintEngine |
class |
Drupal\entity_print_test\Plugin\EntityPrint\PrintEngine |
tests/modules/entity_print_test/src/Plugin/EntityPrint/PrintEngine/NotAvailablePrintEngine.php |
Unavailable print engine for testing. |
|
|
|
PdfEngineBase |
abstract class |
Drupal\entity_print\Plugin\EntityPrint\PrintEngine |
src/Plugin/EntityPrint/PrintEngine/PdfEngineBase.php |
Base class for all PDF print engines. |
2 |
|
|
PhpWkhtmlToPdf |
class |
Drupal\entity_print\Plugin\EntityPrint\PrintEngine |
src/Plugin/EntityPrint/PrintEngine/PhpWkhtmlToPdf.php |
PHP wkhtmltopdf plugin. |
|
|
|
PostRenderSubscriber |
class |
Drupal\entity_print\EventSubscriber |
src/EventSubscriber/PostRenderSubscriber.php |
The PostRenderSubscriber class. |
|
1 |
2 |
PostRenderSubscriberTest |
class |
Drupal\Tests\entity_print\Kernel |
tests/src/Kernel/PostRenderSubscriberTest.php |
@coversDefaultClass \Drupal\entity_print\EventSubscriber\PostRenderSubscriber
@group entity_print |
|
|
|
PreSendPrintEvent |
class |
Drupal\entity_print\Event |
src/Event/PreSendPrintEvent.php |
The PreSendPrintEvent class. |
|
1 |
|
PrintBuilder |
class |
Drupal\entity_print |
src/PrintBuilder.php |
The print builder service. |
|
|
2 |
PrintBuilderInterface |
interface |
Drupal\entity_print |
src/PrintBuilderInterface.php |
Interface for the Print builder service. |
1 |
3 |
|
PrintBuilderTest |
class |
Drupal\Tests\entity_print\Kernel |
tests/src/Kernel/PrintBuilderTest.php |
@coversDefaultClass \Drupal\entity_print\PrintBuilder
@group entity_print |
|
|
|
PrintCssAlterEvent |
class |
Drupal\entity_print\Event |
src/Event/PrintCssAlterEvent.php |
This event allows the CSS libraries to be altered. |
|
2 |
|
PrintDownload |
class |
Drupal\entity_print\Plugin\Action |
src/Plugin/Action/PrintDownload.php |
Downloads the Printed entity. |
|
|
|
PrintEngine |
class |
Drupal\entity_print\Annotation |
src/Annotation/PrintEngine.php |
The PrintEngine annotation. |
|
|
|
PrintEngineBase |
abstract class |
Drupal\entity_print\Plugin |
src/Plugin/PrintEngineBase.php |
The PrintEngineBase class. |
6 |
6 |
|
PrintEngineException |
class |
Drupal\entity_print |
src/PrintEngineException.php |
The exception thrown when a implementation fails to generate a document. |
|
11 |
|
PrintEngineExceptionSubscriber |
class |
Drupal\entity_print\EventSubscriber |
src/EventSubscriber/PrintEngineExceptionSubscriber.php |
Exception event subscriber. |
|
|
2 |
PrintEngineExceptionTest |
class |
Drupal\Tests\entity_print\Unit |
tests/src/Unit/PrintEngineExceptionTest.php |
Test print engine exceptions. |
|
|
|
PrintEngineInterface |
interface |
Drupal\entity_print\Plugin |
src/Plugin/PrintEngineInterface.php |
Print engine interface. |
1 |
4 |
|
PrintEngineStorage |
class |
Drupal\entity_print\Entity |
src/Entity/PrintEngineStorage.php |
Defines the Print Engine specific configuration. |
|
1 |
|
PrintEngineStorageInterface |
interface |
Drupal\entity_print\Entity |
src/Entity/PrintEngineStorageInterface.php |
An interface for our config entity storage for Print engines. |
1 |
|
|