- Patch #872604 by Island Usurper: documentation for hook_entity_info() is malformed.
parent
f37ba88bc7
commit
f9de90e1ac
|
@ -148,10 +148,10 @@ function hook_hook_info_alter(&$hooks) {
|
|||
* - label: The human-readable name of the view mode
|
||||
* - custom settings: A boolean specifying whether the view mode should by
|
||||
* default use its own custom field display settings. If FALSE, entities
|
||||
* displayed in this view mode will reuse the 'default' display settings by
|
||||
* default (e.g. right after the module exposing the view mode is enabled),
|
||||
* but administrators can later use the Field UI to apply custom display
|
||||
* settings specific to the view mode.
|
||||
* displayed in this view mode will reuse the 'default' display settings
|
||||
* by default (e.g. right after the module exposing the view mode is
|
||||
* enabled), but administrators can later use the Field UI to apply custom
|
||||
* display settings specific to the view mode.
|
||||
*
|
||||
* @see entity_load()
|
||||
* @see hook_entity_info_alter()
|
||||
|
|
Loading…
Reference in New Issue