PPI\Framework\Module\AbstractModule::loadYamlConfig PHP Méthode

loadYamlConfig() protected méthode

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
Résultat array
    protected function loadYamlConfig($path)
    {
        return $this->loadConfig($path);
    }