phpbb\di\container_builder::get_core_parameters PHP Method

get_core_parameters() protected method

Returns the core parameters.
protected get_core_parameters ( ) : array
return array An array of core parameters
    protected function get_core_parameters()
    {
        return array_merge(array('core.root_path' => $this->phpbb_root_path, 'core.php_ext' => $this->php_ext, 'core.environment' => $this->get_environment(), 'core.debug' => DEBUG), $this->get_env_parameters());
    }