hook_field_attach_create_bundle

Versions
7
hook_field_attach_create_bundle($obj_type, $bundle)

Act on field_attach_create_bundle.

This hook is invoked after the field module has performed the operation.

See field_attach_create_bundle() for details and arguments.

Related topics

Code

modules/field/field.api.php, line 1045

<?php
function hook_field_attach_create_bundle($obj_type, $bundle) {
}
?>
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.