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
!2074
Issue
#2707689
: NodeForm::actions() checks for delete access on new entities
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Issue
#2707689
: NodeForm::actions() checks for delete access on new entities
issue/drupal-2707689:2707689-nodeformactions-checks-for
into
9.3.x
Overview
0
Commits
1693
Pipelines
0
Changes
1
Open
Lio Novelli
requested to merge
issue/drupal-2707689:2707689-nodeformactions-checks-for
into
9.3.x
2 years ago
Overview
0
Commits
1693
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Viewing commit
c731970d
Show latest version
1 file
+
3
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
c731970d
Issue
#3323855
by benjifisher: Improve class comment for Drupal\Core\Menu\MenuLinkTreeElement
· c731970d
catch
authored
2 years ago
core/lib/Drupal/Core/Menu/MenuLinkTreeElement.php
+
3
−
3
Options
@@ -5,13 +5,13 @@
/**
* Provides a value object to model an element in a menu link tree.
*
* \Drupal\Core\Menu\MenuLink
TreeElement
objects represent a menu link's data.
* Objects of this class provide compl
i
mentary data: the placement in a tree.
* \Drupal\Core\Menu\MenuLink
Interface
objects represent a menu link's data.
* Objects of this class provide compl
e
mentary data: the placement in a tree.
* Therefore, we can summarize this split as follows:
* - Menu link objects contain all information about an individual menu link,
* plus what their parent is. But they don't know where exactly in a menu link
* tree they live.
* - Instances of this class are compl
i
mentary to those objects, they know:
* - Instances of this class are compl
e
mentary to those objects, they know:
* - All additional metadata from {menu_tree}, which contains "materialized"
* metadata about a menu link tree, such as whether a link in the tree has
* visible children and the depth relative to the root.
Loading