-
- Downloads
Issue #2359213: Add FillPdfFileContext entity.
This is the same concept as the fillpdf_file_context table in D7. It lets the module store generation info for generated PDFs so that private storage access checking can work properly. I'll be simplifying this a lot in D8 and simply storing a URL that I can parse to get the entities whose access needs to be checked. And I might backport that to D7; it's much simpler.
Showing
- fillpdf.links.menu.yml 1 addition, 1 deletionfillpdf.links.menu.yml
- fillpdf.permissions.yml 2 additions, 1 deletionfillpdf.permissions.yml
- fillpdf.routing.yml 12 additions, 0 deletionsfillpdf.routing.yml
- src/Entity/FillPdfFileContext.php 74 additions, 0 deletionssrc/Entity/FillPdfFileContext.php
- src/Entity/FillPdfFileContextViewsData.php 32 additions, 0 deletionssrc/Entity/FillPdfFileContextViewsData.php
- src/FillPdfFileContextAccessControlHandler.php 42 additions, 0 deletionssrc/FillPdfFileContextAccessControlHandler.php
- src/FillPdfFileContextInterface.php 22 additions, 0 deletionssrc/FillPdfFileContextInterface.php
Loading
Please register or sign in to comment