You are here

function tmgmt_source_is_translatable_item_type in Translation Management Tool 7

Parameters

$plugin:

$item_type:

Return value

bool

Related topics

File

./tmgmt.module, line 1215
Main module file for the Translation Management module.

Code

function tmgmt_source_is_translatable_item_type($plugin, $item_type) {
  return array_key_exists($item_type, tmgmt_source_translatable_item_types($plugin));
}