You are here

constant CONTENT_TYPE_GROUPS_ENTITY_NAME in Content type groups 7.2

@file Module file for the Content type groups module.

5 uses of CONTENT_TYPE_GROUPS_ENTITY_NAME
content_type_gorups_entity_insert in ./content_type_groups.controller.inc
Implements hook_entity_insert().
content_type_groups_admin in ./content_type_groups.admin.inc
Main admin (list) page for content type groups callback.
content_type_groups_entity_presave in ./content_type_groups.controller.inc
Implements hook_entity_presave().
content_type_groups_group_form in ./content_type_groups.admin.inc
Form builder; Returns form for adding a new content type group.
content_type_groups_group_load_multiple in ./content_type_groups.module
Load multiple records.

File

./content_type_groups.module, line 7
Module file for the Content type groups module.

Code

define('CONTENT_TYPE_GROUPS_ENTITY_NAME', 'content_type_group');