function hook_bundle_postcreate

3.x tripal.entities.api.inc hook_bundle_postcreate(&$bundle)

Allows a module to perform tasks after fields are added to a TripalBundle.

Parameters

$bundle: The newly created TripalBundle object.

Related topics

1 function implements hook_bundle_postcreate()

Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.

tripal_ds_bundle_postcreate in tripal_ds/tripal_ds.module
Implements hook_bundle_postcreate().
1 invocation of hook_bundle_postcreate()
tripal_create_bundle in tripal/api/tripal.entities.api.inc
Creates a new Tripal Entity type (i.e. bundle).

File

tripal/api/tripal.entities.api.inc, line 91
Provides an application programming interface (API) for working with TripalEntity content types (bundles) and their entities.

Code

function hook_bundle_postcreate(&$bundle) {

}