CHANGELOG.txt |
CHANGELOG.txt |
|
CHANGELOG: Views PDF Display
-----------------------------
[7.x-2.x xxxx-xx-xx] (Dev branch)
- Deleting or renaming ViewsPdfTemplate to ViewsPdfBase
- Refactoring coding, tuning back without namespace in views classes. Really
hard using… |
drupalci.yml |
drupalci.yml |
|
drupalci.yml |
Fields.php |
src/Plugin/views/row/Fields.php |
|
Contains \Drupal\views_pdf\Plugin\views\row\Fields. |
Page.php |
src/Plugin/views/display/Page.php |
Drupal\views_pdf\Plugin\views\display |
Contains \Drupal\views_pdf\Plugin\views\display\Page. |
PageBreak.php |
src/Plugin/views/style/PageBreak.php |
|
Contains \Drupal\views_pdf\Plugin\views\style\PageBreak. |
PageNumber.php |
src/Plugin/views/style/PageNumber.php |
|
Contains \Drupal\views_pdf\Plugin\views\style\PageNumber. |
README.txt |
README.txt |
|
With the Views PDF module you can output a view as a PDF document. Each field of
the view can be placed on the PDF page directly in the administration interface.
Therefore a new display called "PDF" is added.
There are already some PDF… |
Table.php |
src/Plugin/views/style/Table.php |
Drupal\tardis\Plugin\views\style |
|
ThreeColumn.php |
src/Plugin/views/style/ThreeColumn.php |
|
Contains \Drupal\views_pdf\Plugin\views\style\ThreeColumn. |
Unformatted.php |
src/Plugin/views/style/Unformatted.php |
Drupal\views_pdf\Plugin\views\style |
Contains \Drupal\views_pdf\Plugin\views\style\Unformatted. |
Utility.php |
src/Share/Utility.php |
Drupal\views_pdf\Share |
Contains \Drupal\views_pdf\Share\Utility |
ViewsPdfBase.php |
src/ViewsPdfBase.php |
Drupal\views_pdf |
Contains \Drupal\views_pdf\ViewsPdfTemplate. |
ViewsPdfDisplayInterface.php |
src/ViewsPdfDisplayInterface.php |
Drupal\views_pdf |
|
ViewsPdfDisplayTest.php |
tests/src/Display/ViewsPdfDisplayTest.php |
Drupal\views_pdf\Tests\Display |
Contains \Drupal\views_pdf\Tests\Display\ViewsPdfDisplayTests. |
views_append.info.yml |
modules/views_append/views_append.info.yml |
|
modules/views_append/views_append.info.yml |
views_append.module |
modules/views_append/views_append.module |
|
Module for appending PDF views to other PDF views |
views_append.views.inc |
modules/views_append/views_append.views.inc |
|
This file contains all the views hooks for the appending of a view
to another view. |
views_append_handler_append_view.inc |
modules/views_append/views_append_handler_append_view.inc |
|
Views Append Handler |
views_pdf.admin.inc |
views_pdf.admin.inc |
|
Theme function for enhance the views admin interface for PDF options. |
views_pdf.info.yml |
views_pdf.info.yml |
|
views_pdf.info.yml |
views_pdf.install |
views_pdf.install |
|
Install the views module |
views_pdf.module |
views_pdf.module |
|
PDF Views allows the creation of PDF's directly from a view. Without the
creation of HTML first. |
views_pdf.rules.inc |
views_pdf.rules.inc |
|
Rules integration of the mimemail and the PDF Views module. |
views_pdf.views.inc |
views_pdf.views.inc |
|
Implementaion of the views hooks. |
views_view_field.info.yml |
modules/views_view_field/views_view_field.info.yml |
|
modules/views_view_field/views_view_field.info.yml |
views_view_field.module |
modules/views_view_field/views_view_field.module |
|
The views field is used to add a field, which can include another view into
the current view. |
views_view_field.views.inc |
modules/views_view_field/views_view_field.views.inc |
|
Views hook implementations |
views_view_field_handler_include_view.inc |
modules/views_view_field/views_view_field_handler_include_view.inc |
|
Plugin for the views include field |