Function Hook_config_categories_privacy->is_enabled
Definitions
sources/hooks/systems/config_categories/privacy.php
- Find if this config category is enabled.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: bool
Returns
- Whether it is enabled
- Type: boolean
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Find if this config category is enabled.
*
* @return boolean Whether it is enabled
*/
public function is_enabled() : bool
* Find if this config category is enabled.
*
* @return boolean Whether it is enabled
*/
public function is_enabled() : bool

