Issue #673224 by jhodgdon, aspilicious, rocket_nova: Fixed None of the hooks in field.api.php are grouped as such.
parent
8b5bcb2a66
commit
a272f10f1b
|
@ -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"
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue