RainLab\Pages\Classes\PageList::getConfigFilePath PHP Méthode

getConfigFilePath() protected méthode

Returns an absolute path to the meta/static-pages.yaml file.
protected getConfigFilePath ( ) : string
Résultat string
    protected function getConfigFilePath()
    {
        return $this->theme->getPath() . '/meta/static-pages.yaml';
    }