Function Hook_sitemap_base->_lang_string_or_literal
Definitions
sources/sitemap.php
- Take some text and process it as a language string if applicable, otherwise just convert to Tempcode.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: object
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $_title | string | No | No | required parameter | N/A | N/A | Input string |
Returns
- Output string
- Type: Tempcode
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Take some text and process it as a language string if applicable, otherwise just convert to Tempcode.
*
* @param string $_title Input string
* @return Tempcode Output string
*/
protected function _lang_string_or_literal(string $_title) : object
* Take some text and process it as a language string if applicable, otherwise just convert to Tempcode.
*
* @param string $_title Input string
* @return Tempcode Output string
*/
protected function _lang_string_or_literal(string $_title) : object

