You are here

function type_style_moderation_type_style_entity_support in Type Style 8

Implements hook_type_style_entity_support().

File

modules/type_style_moderation/type_style_moderation.module, line 14
Hook implementations for the Type Style Moderation module.

Code

function type_style_moderation_type_style_entity_support() {
  return [
    'moderation_state',
    'moderation_state_transition',
  ];
}