Function Hook_CMA->get_edit_url
Definitions
sources/content.php
- Get an edit 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 edit page-link |
Return
- The URL
- Type: Tempcode
- Set: N/A
- Range: N/A