Elcodi\Common\CommonBundle\DependencyInjection\ElcodiCommonExtension::getConfigFiles PHP Метод

getConfigFiles() защищенный Метод

Each array position can be a simple file name if must be loaded always, or an array, with the filename in the first position, and a boolean in the second one. As a parameter, this method receives all loaded configuration, to allow setting this boolean value from a configuration value. return array( 'file1.yml', 'file2.yml', ['file3.yml', $config['my_boolean'], ... );
protected getConfigFiles ( array $config ) : array
$config array Config definitions
Результат array Config files
    protected function getConfigFiles(array $config)
    {
        return ['commands'];
    }