function field_test_field_attach_create_bundle in Drupal 7
Implements hook_field_attach_create_bundle().
File
- modules/
field/ tests/ field_test.storage.inc, line 318 - Defines a field storage backend.
Code
function field_test_field_attach_create_bundle($bundle) {
// We don't need to do anything here.
}