Issue #673224 by jhodgdon, aspilicious, rocket_nova: Fixed None of the hooks in field.api.php are grouped as such.

8.0.x
Nathaniel 2011-11-25 12:35:12 +09:00
parent 8b5bcb2a66
commit a272f10f1b
1 changed files with 5 additions and 17 deletions

View File

@ -1,7 +1,7 @@
<?php
/**
* @ingroup field_fieldable_type
* @ingroup hooks
* @{
*/
@ -80,10 +80,6 @@ function hook_field_extra_fields_alter(&$info) {
}
}
/**
* @} End of "ingroup field_fieldable_type"
*/
/**
* @defgroup field_types Field Types API
* @{
@ -1505,10 +1501,6 @@ function hook_field_attach_delete_bundle($entity_type, $bundle, $instances) {
* @} End of "ingroup field_attach"
*/
/**********************************************************************
* Field Storage API
**********************************************************************/
/**
* @ingroup field_storage
* @{
@ -2346,10 +2338,6 @@ function hook_field_widget_properties_ENTITY_TYPE_alter(&$widget, $context) {
* @} End of "ingroup field_storage"
*/
/**********************************************************************
* Field CRUD API
**********************************************************************/
/**
* @ingroup field_crud
* @{
@ -2603,10 +2591,6 @@ function hook_field_storage_purge($entity_type, $entity, $field, $instance) {
* @} End of "ingroup field_crud"
*/
/**********************************************************************
* TODO: I'm not sure where these belong yet.
**********************************************************************/
/**
* Determine whether the user has access to a given field.
*
@ -2633,3 +2617,7 @@ function hook_field_access($op, $field, $entity_type, $entity, $account) {
}
return TRUE;
}
/**
* @} End of "ingroup hooks"
*/