hook_field_build_modes
- Versions
- 7
hook_field_build_modes($obj_type)
TODO
Note : Right now this belongs to the "Fieldable Type API". Whether 'build modes' is actually a 'fields' concept is to be debated in a separate overhaul patch for core.
Code
modules/field/field.api.php, line 1612
<?php
function hook_field_build_modes($obj_type) {
}
?>Login or register to post comments 