function opigno_certificate_entity_bundle_info in Opigno certificate 3.x
Same name and namespace in other branches
- 8 opigno_certificate.module \opigno_certificate_entity_bundle_info()
Implements hook_entity_bundle_info().
File
- ./
opigno_certificate.module, line 26 - Contains opigno_certificate.module.
Code
function opigno_certificate_entity_bundle_info() {
$bundles['opigno_certificate']['wysiwyg']['label'] = t('Wysiwyg');
$bundles['opigno_certificate']['template']['label'] = t('Template');
return $bundles;
}