Function Hook_sitemap_base->_check_node_permissions
Definitions
sources/sitemap.php
- Check the permissions of the node structure, returning false if they fail for the current user.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: bool
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$struct | array | required parameter | N/A | N/A | Node structure |
$options | integer | required parameter | N/A | N/A | A bitmask of SITEMAP_GEN_* options |
Return
- Whether the permissions pass
- Type: boolean
- Set: N/A
- Range: N/A