You are here

function opigno_certificate_entity_bundle_info in Opigno certificate 8

Same name and namespace in other branches
  1. 3.x opigno_certificate.module \opigno_certificate_entity_bundle_info()

Implements hook_entity_bundle_info().

File

./opigno_certificate.module, line 19
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;
}