PPI\Framework\Module\AbstractModule::loadYamlConfig PHP Method

loadYamlConfig() protected method

Load up our config results from the specific yaml file.
Deprecation: since version 2.1, to be removed in 2.2. Use "loadConfig()" instead.
protected loadYamlConfig ( string $path ) : array
$path string
return array
    protected function loadYamlConfig($path)
    {
        return $this->loadConfig($path);
    }