Skip to content
Snippets Groups Projects
Commit 8106fbe5 authored by Drew Webber's avatar Drew Webber
Browse files

Issue #2903330 by apaderno: Documentation page for...

Issue #2903330 by apaderno: Documentation page for hook_field_storage_info_alter() contain a reference to hook_field_field_storage_info()
parent 4c86a2da
Branches
Tags
1 merge request!7330Issue #3306390 by poker10, catch, Fabianx, pwolanin, rvtraveller: [D7]...
......@@ -1677,8 +1677,8 @@ function hook_field_storage_info() {
* Perform alterations on Field API storage types.
*
* @param $info
* Array of informations on storage types exposed by
* hook_field_field_storage_info() implementations.
* An array with information on storage types returned by
* hook_field_storage_info() implementations.
*/
function hook_field_storage_info_alter(&$info) {
// Add a setting to a storage type.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment