Function Hook_sitemap_content->_get_row
Definitions
sources/sitemap.php
- Get the database row for some content.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: array
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$content_id | ID_TEXT | required parameter | N/A | N/A | The content ID |
Return
- The content row (null: not found)
- Type: ?array
- Set: N/A
- Range: N/A