Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
wxt
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
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
wxt
Merge requests
!20
Issue
#3472183
: Re-create ArchivedField::__construct()
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3472183
: Re-create ArchivedField::__construct()
issue/wxt-3472183:3472183-wxt_is_archived
into
5.3.x
Overview
0
Commits
1
Pipelines
2
Changes
1
Merged
Liam Morland
requested to merge
issue/wxt-3472183:3472183-wxt_is_archived
into
5.3.x
7 months ago
Overview
0
Commits
1
Pipelines
2
Changes
1
Expand
Without this, Drupal would not find the plugin.
Partial revert of
8ad25d01
.
Closes
#3472183
0
0
Merge request reports
Compare
5.3.x
version 1
50ad8100
7 months ago
5.3.x (base)
and
latest version
latest version
3b505394
1 commit,
7 months ago
version 1
50ad8100
1 commit,
7 months ago
1 file
+
1
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
modules/custom/wxt_ext/wxt_ext_archived/src/Plugin/Condition/ArchivedField.php
+
1
−
0
Options
@@ -38,6 +38,7 @@ class ArchivedField extends ConditionPluginBase implements ContainerFactoryPlugi
* @param mixed $plugin_definition
* The plugin_definition for the plugin instance.
*/
// phpcs:ignore Generic.CodeAnalysis.UselessOverridingMethod.Found
public
function
__construct
(
array
$configuration
,
$plugin_id
,
$plugin_definition
)
{
parent
::
__construct
(
$configuration
,
$plugin_id
,
$plugin_definition
);
}
Loading