Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Drupal Environment
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Composer
plugin
Drupal Environment
Commits
6d005c32
Commit
6d005c32
authored
1 year ago
by
jurgenhaas
Browse files
Options
Downloads
Patches
Plain Diff
Add patch to eca from local file
parent
318dba36
No related branches found
No related tags found
1 merge request
!79
Merging develop into main
Pipeline
#945373
passed
1 year ago
Stage: test
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
patches/d10.json
+2
-1
2 additions, 1 deletion
patches/d10.json
patches/d9.json
+2
-1
2 additions, 1 deletion
patches/d9.json
patches/eca_views_argument.patch
+25
-0
25 additions, 0 deletions
patches/eca_views_argument.patch
with
29 additions
and
2 deletions
patches/d10.json
+
2
−
1
View file @
6d005c32
...
...
@@ -85,7 +85,8 @@
"drupal/eca"
:
{
"#3352393 Condition list contains"
:
"https://git.drupalcode.org/project/eca/-/merge_requests/349.diff"
,
"#3368530 eca_log tokens"
:
"https://git.drupalcode.org/project/eca/-/merge_requests/370.diff"
,
"#3373537 Plain token replacement"
:
"https://git.drupalcode.org/project/eca/-/merge_requests/375.diff"
"#3373537 Plain token replacement"
:
"https://git.drupalcode.org/project/eca/-/merge_requests/375.diff"
,
"#3351738 Views argument default plugin"
:
"https://gitlab.lakedrops.com/composer/plugin/drupal-environment/-/raw/main/patches/eca_views_argument.patch"
},
"drupal/elasticsearch_connector"
:
{
"#2952301 Flatten keys"
:
"https://gitlab.lakedrops.com/composer/plugin/drupal-environment/-/raw/develop/patches/elasticsearch_connector.patch"
...
...
This diff is collapsed.
Click to expand it.
patches/d9.json
+
2
−
1
View file @
6d005c32
...
...
@@ -86,7 +86,8 @@
"drupal/eca"
:
{
"#3352393 Condition list contains"
:
"https://git.drupalcode.org/project/eca/-/merge_requests/349.diff"
,
"#3368530 eca_log tokens"
:
"https://git.drupalcode.org/project/eca/-/merge_requests/370.diff"
,
"#3373537 Plain token replacement"
:
"https://git.drupalcode.org/project/eca/-/merge_requests/375.diff"
"#3373537 Plain token replacement"
:
"https://git.drupalcode.org/project/eca/-/merge_requests/375.diff"
,
"#3351738 Views argument default plugin"
:
"https://gitlab.lakedrops.com/composer/plugin/drupal-environment/-/raw/main/patches/eca_views_argument.patch"
},
"drupal/elasticsearch_connector"
:
{
"#2952301 Flatten keys"
:
"https://gitlab.lakedrops.com/composer/plugin/drupal-environment/-/raw/develop/patches/elasticsearch_connector.patch"
...
...
This diff is collapsed.
Click to expand it.
patches/eca_views_argument.patch
0 → 100644
+
25
−
0
View file @
6d005c32
diff --git a/modules/views/src/Plugin/views/argument_default/Eca.php b/modules/views/src/Plugin/views/argument_default/Eca.php
new file mode 100644
index 0000000000000000000000000000000000000000..e390ac6cceb1821735270d257c8855e5f930fb5c
--- /dev/null
+++ b/modules/views/src/Plugin/views/argument_default/Eca.php
@@ -0,0 +1,19 @@
+<?php
+
+namespace Drupal\eca_views\Plugin\views\argument_default;
+
+use Drupal\views\Plugin\views\argument_default\ArgumentDefaultPluginBase;
+
+/**
+ * The ECA argument default handler.
+ *
+ * @ingroup views_argument_default_plugins
+ *
+ * @ViewsArgumentDefault(
+ * id = "eca",
+ * title = @Translation("ECA")
+ * )
+ */
+class Eca extends ArgumentDefaultPluginBase {
+
+}
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