Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal
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
drupal
Merge requests
!2901
Issue
#3130107
: Extend unit test coverage for LanguageNegotiationContentEntity
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Issue
#3130107
: Extend unit test coverage for LanguageNegotiationContentEntity
issue/drupal-3130107:3130107-add-unit-test
into
10.1.x
Overview
0
Commits
354
Pipelines
0
Changes
1
Open
Stefanos Petrakis
requested to merge
issue/drupal-3130107:3130107-add-unit-test
into
10.1.x
2 years ago
Overview
0
Commits
354
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Viewing commit
1bdc3ca3
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
1bdc3ca3
Issue
#3304267
by donquixote, nod_: Mark {Drupal~behaviorDetach} as optional in jsdoc
· 1bdc3ca3
Dave Long
authored
2 years ago
core/misc/drupal.js
+
1
−
1
Options
@@ -99,7 +99,7 @@ window.Drupal = { behaviors: {}, locale: {} };
*
* @prop {Drupal~behaviorAttach} attach
* Function run on page load and after an Ajax call.
* @prop {Drupal~behaviorDetach} detach
* @prop {Drupal~behaviorDetach}
[
detach
]
* Function run when content is serialized or removed from the page.
*/
Loading