Function Hook_sitemap_base->_ameliorate_with_row
Definitions
sources/sitemap.php
- Extend the node structure with added details from our row data (if we have it).
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$options | integer | required parameter | N/A | N/A | A bitmask of SITEMAP_GEN_* options |
$struct | array | required parameter | N/A | N/A | Structure |
$row | ?array | required parameter | N/A | N/A | Faked database row (null: we don't have row data) |
$meta_gather | integer | required parameter | N/A | N/A | A bitmask of SITEMAP_GATHER_* constants, of extra data to include |