And the .install file for the test. You'd think I wouldn't forget that TWICE, but you would be wrong.
parent
2c8be9cba5
commit
95b5e98fd9
|
@ -1132,7 +1132,7 @@ function hook_field_attach_form($entity_type, $entity, &$form, &$form_state, $la
|
||||||
*
|
*
|
||||||
* See field_attach_load() for details and arguments.
|
* See field_attach_load() for details and arguments.
|
||||||
*/
|
*/
|
||||||
function hook_field_attach_load($entity_type, &$entities, $age, $options) {
|
function hook_field_attach_load($entity_type, $entities, $age, $options) {
|
||||||
// @todo Needs function body.
|
// @todo Needs function body.
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1580,7 +1580,7 @@ function hook_field_storage_details_alter(&$details, $field) {
|
||||||
* non-deleted fields. If unset or FALSE, only non-deleted fields should be
|
* non-deleted fields. If unset or FALSE, only non-deleted fields should be
|
||||||
* loaded.
|
* loaded.
|
||||||
*/
|
*/
|
||||||
function hook_field_storage_load($entity_type, &$entities, $age, $fields, $options) {
|
function hook_field_storage_load($entity_type, $entities, $age, $fields, $options) {
|
||||||
$field_info = field_info_field_by_ids();
|
$field_info = field_info_field_by_ids();
|
||||||
$load_current = $age == FIELD_LOAD_CURRENT;
|
$load_current = $age == FIELD_LOAD_CURRENT;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue