You are here

Files in Bundle Inherit 7

Primary tabs

File namesort descending Location Namespace Description
bundle_inherit.api.php bundle_inherit.api.php Hooks provided by the Bundle Inherit module.
bundle_inherit.info bundle_inherit.info name = Bundle Inheritance description = Provide API for modules to implement bundle inheritance logic core = 7.x files[] = bundle_inherit.test
bundle_inherit.install bundle_inherit.install Bundle Inherit module install file.
bundle_inherit.module bundle_inherit.module Bundle Inherit module.
bundle_inherit.test bundle_inherit.test Tests for bundle_inherit module.
bundle_inherit_node.info bundle_inherit_node/bundle_inherit_node.info name = Bundle Inheritance Node description = Allow to inherit one node type from other dependencies[] = bundle_inherit files[] = bundle_inherit_node.test core = 7.x
bundle_inherit_node.module bundle_inherit_node/bundle_inherit_node.module Bundle Inherit Node module.
bundle_inherit_node.test bundle_inherit_node/bundle_inherit_node.test Tests for bundle_inherit_node module.
bundle_inherit_node.views.inc bundle_inherit_node/bundle_inherit_node.views.inc Provides Views with means to filter on the inherited content type.
CHANGELOG.txt CHANGELOG.txt bundle_inherit 7.x-1.x Updated: All functions that return bundles (bundle_inherit_get_children, bundle_inherit_get_children_all, etc) will return each bundle as an array with following keys: 'type', 'label'. Added…
README.txt README.txt Description: The main target of the Bundle Inherit module is to allow users to inherit bundles of different entity types from any other bundles of the same entity type. Inheritance could be performed while creating new bundle of some entity …

Other projects