Function Hook_config_invites_per_day->get_details
Definitions
sources/hooks/systems/config/invites_per_day.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

