You are here

function hook_bundle_inherit_perform in Bundle Inherit 7

Parameters

$entity_type: Entity type.

$bundle: The name of the bundle to inherit.

$bundle_parent: The name of the parent bundle to inherit from.

$strict: Whether performed inheritance is strict or not.

1 invocation of hook_bundle_inherit_perform()
bundle_inherit_perform in ./bundle_inherit.module
Perform necesary inherit operations.

File

./bundle_inherit.api.php, line 19
Hooks provided by the Bundle Inherit module.

Code

function hook_bundle_inherit_perform($entity_type, $bundle, $bundle_parent, $strict = TRUE) {

  // TODO: Provide some example.
}