RainLab\Pages\Classes\PageList::getConfigFilePath PHP Method

getConfigFilePath() protected method

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