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

