phpbb\db\migration\data\v320\add_help_phpbb::effectively_installed PHP Method

effectively_installed() public method

    public function effectively_installed()
    {
        return isset($this->config['help_send_statistics']);
    }