Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
991b45de
Commit
991b45de
authored
Jun 24, 2012
by
webchick
Browse files
Issue
#1618136
follow-up by fgm: Remove type from entity hooks.
parent
0c45af26
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/modules/node/node.module
View file @
991b45de
...
...
@@ -1204,7 +1204,6 @@ function node_view(Node $node, $view_mode = 'full', $langcode = NULL) {
}
// Allow modules to modify the structured node.
$type
=
'node'
;
drupal_alter
(
array
(
'node_view'
,
'entity_view'
),
$build
,
$node
);
return
$build
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment