Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
self_entity_reference
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
self_entity_reference
Merge requests
!1
fixed
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
fixed
issue/self_entity_reference-3416224:3416224-1
into
1.0.x
Overview
0
Commits
2
Pipelines
0
Changes
1
Open
chetan
requested to merge
issue/self_entity_reference-3416224:3416224-1
into
1.0.x
1 year ago
Overview
0
Commits
2
Pipelines
0
Changes
1
Expand
Closes
#3416224
0
0
Merge request reports
Compare
1.0.x
version 1
3641eff1
1 year ago
1.0.x (HEAD)
and
latest version
latest version
48d9bff9
2 commits,
1 year ago
version 1
3641eff1
1 commit,
1 year ago
1 file
+
61
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Readme.md
0 → 100644
+
61
−
0
Options
# Self Entity Reference field
Defines an entity reference to self via a computed field.
This allows rendering a node as an entity reference field with a different
display mode.
1.
Displaying a "Hero" or header view mode within the full content view mode.
1.
Rendering a different view mode within the search_index view mode. This can
be helpful if using layout builder on the full content view mode but want to
index additional fields.
For a full description of the module, visit the
[
project page
](
https://www.drupal.org/project/self_entity_reference
)
.
Submit bug reports and feature suggestions, or track changes in the
[
issue queue
](
https://www.drupal.org/project/issues/self_entity_reference
)
.
## Table of contents
-
Requirements
-
Related modules
-
Installation
-
Configuration
-
Maintainers
## Requirements
This module doesn't require any module outside of Drupal core.
## Related modules
-
[
Role Delegation
](
http://drupal.org/project/role_delegation
)
-
[
RoleAssign
](
http://drupal.org/project/roleassign
)
-
[
Administer Users by Role
](
http://drupal.org/project/administerusersbyrole
)
modules that enable user access to assign roles to other users where the
auditing of Self Entity Reference field is a nice fit.
-
[
Role Change Notify
](
http://drupal.org/project/role_change_notify
)
the mirror functionality of Self Entity Reference field, notifying the user
when a role is added to their account.
Install as you would normally install a contributed Drupal module. For further
information, see
[
Installing Drupal Modules
](
https://www.drupal.org/docs/extending-drupal/installing-drupal-modules
)
.
## Configuration
Displaying a "Hero" or header view mode within the full content view mode.
Rendering a different view mode within the search_index view mode. This can be
helpful if using layout builder on the full content view mode but want to
index additional fields.
## Maintainers
Chris Snyder -
[
Chris Snyder
](
https://www.drupal.org/u/chrissnyder
)
\ No newline at end of file
Loading