| Versionen | |
|---|---|
| drupal7 | field_info_bundle_entity($bundle) |
Identity the type of entity that created a bundle. // TODO : might not be needed depending on how we solve // the 'namespace bundle names' issue
This function is an autoloader for _field_info_bundle_entity() in modules/field/field.info.inc.
modules/
<?php
function field_info_bundle_entity($bundle) {
require_once DRUPAL_ROOT . '/modules/field/field.info.inc';
return _field_info_bundle_entity($bundle);
}
?>
Kommentare
Kommentar hinzufügen