phpbb_session_testable_factory::get_config_data PHP Method

get_config_data() public method

Retrieve the entire config data to be passed to the session.
public get_config_data ( ) : array
return array Configuration
    public function get_config_data()
    {
        return $this->config_data;
    }