Function Hook_CMA->get_view_url
Definitions
sources/content.php
- Get a view URL for content.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: object
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$row | ?array | required parameter | N/A | N/A | The database row for the content (null: no ID, assume passed in some other way) |
$skip_keep | boolean | False | N/A | N/A | Whether to avoid keep_* parameters as it's going in an e-mail |
$append | string | Blank (empty string) | N/A | N/A | What to append to the view page-link |
Return
- The URL (blank: none)
- Type: Tempcode
- Set: N/A
- Range: N/A