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
f9de90e1
Commit
f9de90e1
authored
Aug 04, 2010
by
Dries
Browse files
- Patch
#872604
by Island Usurper: documentation for hook_entity_info() is malformed.
parent
f37ba88b
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/system/system.api.php
View file @
f9de90e1
...
@@ -147,11 +147,11 @@ function hook_hook_info_alter(&$hooks) {
...
@@ -147,11 +147,11 @@ function hook_hook_info_alter(&$hooks) {
* described by an array with the following key/value pairs:
* described by an array with the following key/value pairs:
* - label: The human-readable name of the view mode
* - label: The human-readable name of the view mode
* - custom settings: A boolean specifying whether the view mode should by
* - custom settings: A boolean specifying whether the view mode should by
* default use its own custom field display settings. If FALSE, entities
*
default use its own custom field display settings. If FALSE, entities
* displayed in this view mode will reuse the 'default' display settings
by
*
displayed in this view mode will reuse the 'default' display settings
* default (e.g. right after the module exposing the view mode is
enabled),
*
by
default (e.g. right after the module exposing the view mode is
* but administrators can later use the Field UI to apply custom
display
*
enabled),
but administrators can later use the Field UI to apply custom
* settings specific to the view mode.
*
display
settings specific to the view mode.
*
*
* @see entity_load()
* @see entity_load()
* @see hook_entity_info_alter()
* @see hook_entity_info_alter()
...
...
Write
Preview
Supports
Markdown
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