Function Hook_config_default_video_height->get_details
Definitions
sources/hooks/systems/config/default_video_height.php
- Gets the details relating to the config option.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Returns
- The details
- Type: array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Gets the details relating to the config option.
*
* @return array The details
*/
public function get_details() : array
* Gets the details relating to the config option.
*
* @return array The details
*/
public function get_details() : array

