You are here

function hook_lingotek_entity_profiles_options_alter in Lingotek Translation 7.6

Same name and namespace in other branches
  1. 7.7 lingotek.api.inc \hook_lingotek_entity_profiles_options_alter()

Alter the profile options available for a given entity type.

Parameters

string $entity_type: The entity type for which profile options should be modified.

array $options: An associative array containing the options for the given entity type.

1 invocation of hook_lingotek_entity_profiles_options_alter()
lingotek_admin_entity_bundle_profiles_form in ./lingotek.admin.inc
Content translation form

File

./lingotek.api.inc, line 76
Describe hooks provided by the Lingotek Translation module.

Code

function hook_lingotek_entity_profiles_options_alter($entity_type, array &$options) {
}