Elgg\Services\Config::remove PHP Method

remove() public method

Removes a configuration setting
public remove ( string $name ) : boolean
$name string Configuration name
return boolean
    public function remove($name);