Function Hook_sitemap_news_category->select_fields
Definitions
sources/hooks/systems/sitemap/news_category.php
- Find what fields we should select for the Sitemap to be buildable. We don't want to select too much for perf reasons.Also find out what language fields we should load up for the table (returned by reference).
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: array
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$cma_info | ?array | Null | N/A | N/A | CMA info (null: standard for this hook) |
$table_alias | ?string | Null | N/A | N/A | Table alias (null: none) |
$lang_fields_filtered | ?array | Null | N/A | N/A | List of language fields to load (null: not passed) |
Return
- Map between field name and field type
- Type: array
- Set: N/A
- Range: N/A