Issue #1785392 by BWPanda: Fix reference and grammar in hook_field_formatter_info_alter documentation
parent
409db6b299
commit
09cf935ff4
|
@ -1076,8 +1076,8 @@ function hook_field_formatter_info() {
|
||||||
* Perform alterations on Field API formatter types.
|
* Perform alterations on Field API formatter types.
|
||||||
*
|
*
|
||||||
* @param $info
|
* @param $info
|
||||||
* Array of informations on formatter types exposed by
|
* An array of information on formatter types exposed by
|
||||||
* hook_field_field_formatter_info() implementations.
|
* hook_field_formatter_info() implementations.
|
||||||
*/
|
*/
|
||||||
function hook_field_formatter_info_alter(&$info) {
|
function hook_field_formatter_info_alter(&$info) {
|
||||||
// Add a setting to a formatter type.
|
// Add a setting to a formatter type.
|
||||||
|
|
Loading…
Reference in New Issue