Function Hook_comcode_page_hints_make_mobile->get_details
Definitions
sources/hooks/systems/comcode_page_hints/make_mobile.php
- Get details describing the page hint.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Returns
- Map of details (null: UI disabled for this hint)
- Type: ?array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get details describing the page hint.
*
* @return ?array Map of details (null: UI disabled for this hint)
*/
public function get_details() : ?array
* Get details describing the page hint.
*
* @return ?array Map of details (null: UI disabled for this hint)
*/
public function get_details() : ?array

