Function Hook_CMA->get_title
Definitions
sources/content.php
- Get content title of a content row.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$row | array | required parameter | N/A | N/A | The database row for the content |
$render_type | integer | 1 | N/A | N/A | A FIELD_RENDER_* constant |
$falled_back_to_id | boolean | False | N/A | N/A | Whether this has had to fall back to an ID due to missing title (returned by reference) |
$resource_fs_style | boolean | False | N/A | N/A | Whether to use the content API as resource-fs requires (may be slightly different) |
Return
- Content title (string or Tempcode, depending on $render_type)
- Type: mixed
- Set: N/A
- Range: N/A