Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
93d37c61
Commit
93d37c61
authored
Sep 12, 2013
by
Jennifer Hodgdon
Browse files
Issue
#2073901
by xtfer, larowlan: document that entity_load now accepts a mixed argument for ID
parent
29f60ce5
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/includes/entity.inc
View file @
93d37c61
...
...
@@ -173,7 +173,7 @@ function entity_get_view_modes($entity_type = NULL) {
*
* @param string $entity_type
* The entity type to load, e.g. node or user.
* @param
int
$id
* @param
mixed
$id
* The id of the entity to load.
* @param bool $reset
* Whether to reset the internal cache for the requested entity type.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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