Function __global->content_get_row
Definitions
sources/content.php
- Get the content row of a content item.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $content_id | ID_TEXT | No | No | required parameter | N/A | N/A | The content ID |
| $cma_info | array | No | No | required parameter | N/A | N/A | The info array for the content type |
Returns
- The row (null: not found)
- Type: ?array
- Set: N/A
- Range: N/A
