You are here

constant CONTENT_TYPE_GROUPS_ADMIN_PATH in Content type groups 7.2

4 uses of CONTENT_TYPE_GROUPS_ADMIN_PATH
ContentTypeGroup::defaultUri in ./content_type_groups.controller.inc
Override this in order to implement a custom default URI and specify 'entity_class_uri' as 'uri callback' hook_entity_info().
content_type_groups_admin in ./content_type_groups.admin.inc
Main admin (list) page for content type groups callback.
content_type_groups_entity_info in ./content_type_groups.module
Implements hook_entity_info().
content_type_groups_group_form_submit in ./content_type_groups.admin.inc
Submit handler for form content_type_groups_group_form

File

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

Code

define('CONTENT_TYPE_GROUPS_ADMIN_PATH', 'admin/structure/type/groups');