Skip to content
Snippets Groups Projects
Commit cfbbef3c authored by Angie Byron's avatar Angie Byron
Browse files

Issue #2260035 by blueminds | jhodgdon: Hook_field_info_max_weight in...

Issue #2260035 by blueminds | jhodgdon: Hook_field_info_max_weight in field.api.php is not in a group/topic.
parent 3853bb2d
No related branches found
No related tags found
No related merge requests found
......@@ -203,6 +203,8 @@ function hook_field_formatter_info_alter(array &$info) {
* @return int
* The maximum weight of the entity's components, or NULL if no components
* were found.
*
* @ingroup field_info
*/
function hook_field_info_max_weight($entity_type, $bundle, $context, $context_mode) {
$weights = array();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment