Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
symfony_mailer
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
symfony_mailer
Merge requests
!78
Issue
#3404625
: Added display of TWIG variables in the BodyEmailAdjuster.
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Open
Issue
#3404625
: Added display of TWIG variables in the BodyEmailAdjuster.
issue/symfony_mailer-3404625:3404625-email-body-policy
into
1.x
Overview
16
Commits
2
Pipelines
2
Changes
11
12 open threads
Hide all comments
Open
Issue #3404625: Added display of TWIG variables in the BodyEmailAdjuster.
Vlad Denysiuk
requested to merge
issue/symfony_mailer-3404625:3404625-email-body-policy
into
1.x
Nov 30, 2023
Overview
16
Commits
2
Pipelines
2
Changes
11
12 open threads
Hide all comments
0
0
Merge request reports
Compare
1.x
version 1
79e5112a
Nov 30, 2023
1.x (HEAD)
and
latest version
latest version
b3e4daeb
2 commits,
Dec 6, 2023
version 1
79e5112a
1 commit,
Nov 30, 2023
11 files
+
95
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
11
src/Annotation/EmailBuilder.php
+
10
−
0
View file @ db2db0c3
Edit in single-file editor
Open in Web IDE
Show full file
@@ -139,4 +139,14 @@ class EmailBuilder extends Plugin {
*/
public
$form_alter
=
[];
/**
* Array of variables to pass to the builder.
*
* The array key is the variable name.
* The array value is the variable description.
*
* @var array
*/
public
$variables
=
[];
}
Loading