Function Hook_translation_google_translate->has_translation
Definitions
sources/hooks/systems/translation/google_translate.php
- Whether this translation hook is available.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: bool
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$from | ?LANGUAGE_NAME | required parameter | N/A | N/A | Source language (null: do not consider) |
$to | ?LANGUAGE_NAME | required parameter | N/A | N/A | Destination language (null: do not consider) |
$errormsg | ?string | required parameter | N/A | N/A | Error message (returned by reference) (null: not set yet) |
Return
- Whether it is
- Type: boolean
- Set: N/A
- Range: N/A