Function Hook_CMA->content_language_string
Definitions
sources/content.php
- Get an action language string for a particular content type based on a stub.If it can't get a match it'll just use the stub.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: object
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$string | string | required parameter | N/A | N/A | The language string stub, e.g. ADD (must itself be a valid language string) |
Return
- Tempcode of language string
- Type: Tempcode
- Set: N/A
- Range: N/A