Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
entity_print-3217497
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Issue forks
entity_print-3217497
Commits
87c5d1db
Commit
87c5d1db
authored
8 years ago
by
Ben Dougherty
Browse files
Options
Downloads
Patches
Plain Diff
Updated install instructions.
parent
6a6d6513
No related branches found
Branches containing commit
Tags
8.x-1.2
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/Plugin/EntityPrint/PdfEngine/DomPdf.php
+2
-2
2 additions, 2 deletions
src/Plugin/EntityPrint/PdfEngine/DomPdf.php
with
2 additions
and
2 deletions
src/Plugin/EntityPrint/PdfEngine/DomPdf.php
+
2
−
2
View file @
87c5d1db
...
...
@@ -25,7 +25,7 @@ use Dompdf\Adapter\CPDF;
* To use this implementation you will need the DomPDF library, simply run
*
* @code
* composer require "dompdf/dompdf
:
0.7.0-beta3"
* composer require "dompdf/dompdf
0.7.0-beta3"
* @endcode
*/
class
DomPdf
extends
PdfEngineBase
implements
ContainerFactoryPluginInterface
{
...
...
@@ -69,7 +69,7 @@ class DomPdf extends PdfEngineBase implements ContainerFactoryPluginInterface {
* {@inheritdoc}
*/
public
static
function
getInstallationInstructions
()
{
return
t
(
'Please install with: @command'
,
[
'@command'
=>
'composer require "dompdf/dompdf
:
0.7.0-beta3"'
]);
return
t
(
'Please install with: @command'
,
[
'@command'
=>
'composer require "dompdf/dompdf
0.7.0-beta3"'
]);
}
/**
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment