Function Hook_CMA->get_view_page_link
Definitions
sources/content.php
- Get a view page-link for content.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: string
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) |
$append | string | Blank (empty string) | N/A | N/A | What to append to the view page-link |
Return
- The page-link (blank: none)
- Type: string
- Set: N/A
- Range: N/A