Download the PHP package indigophp/sonata-admin-print-bundle without Composer
On this page you can find all versions of the php package indigophp/sonata-admin-print-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download indigophp/sonata-admin-print-bundle
More information about indigophp/sonata-admin-print-bundle
Files in indigophp/sonata-admin-print-bundle
Download indigophp/sonata-admin-print-bundle
More information about indigophp/sonata-admin-print-bundle
Files in indigophp/sonata-admin-print-bundle
Vendor indigophp
Package sonata-admin-print-bundle
Short Description Allows to print entities
License MIT
Homepage https://indigophp.com
Package sonata-admin-print-bundle
Short Description Allows to print entities
License MIT
Homepage https://indigophp.com
Keywords print
Please rate this library. Is it a good library?
Informations about the package sonata-admin-print-bundle
Indigo Sonata Admin Print Bundle
Allows to print entities.
Install
Via Composer
Usage
First of all you need to be familiar with the process of creating a custom action. See instructions here.
- Use
Indigo\SonataAdminPrintBundle\Admin\PrintAdmin
trait in your custom admin class. - Use
Indigo\SonataAdminPrintBundle\Controller\CRUDPrintController
trait in your custom admin controller. Make sure you pass in the controller name as an argument in the service definition. (Check the above link to learn how to do that) - In the
configureListFields
method configure an action calledprint
. You need to set the template manually toSonataAdminPrintBundle::list__action_print.html.twig
like this:
Testing
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please contact us at [email protected].
Credits
License
The MIT License (MIT). Please see License File for more information.
All versions of sonata-admin-print-bundle with dependencies
PHP Build Version
Package Version
The package indigophp/sonata-admin-print-bundle contains the following files
Loading the files please wait ....